Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit ff2b4f1

Browse files
authored
Greenkeeper eslint cleanup (#23)
* cleanup eslint-config for greenkeeper and .eslint*-files * optimized standard-ignored folder
1 parent a935f8a commit ff2b4f1

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,10 @@
6161
"**/src/**/*.js"
6262
]
6363
},
64-
"greenkeeper": {
65-
"ignore": [
66-
"eslint",
67-
"eslint-plugin-import",
68-
"eslint-plugin-jsx-a11y",
69-
"eslint-plugin-react"
70-
]
71-
},
7264
"standard": {
7365
"env": {
7466
"jest": true
75-
}
67+
},
68+
"ignore": ["dist"]
7669
}
7770
}

0 commit comments

Comments
 (0)