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

Commit c15a182

Browse files
authored
Greenkeeper: Ignore eslint and eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y because they are peerDependencies of eslint-config-airbnb (#12)
1 parent cef4f91 commit c15a182

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,13 @@
6464
"collectCoverageFrom": [
6565
"**/src/**/*.js"
6666
]
67+
},
68+
"greenkeeper": {
69+
"ignore": [
70+
"eslint",
71+
"eslint-plugin-import",
72+
"eslint-plugin-jsx-a11y",
73+
"eslint-plugin-react"
74+
]
6775
}
6876
}

0 commit comments

Comments
 (0)