We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import/no-extraneous-dependencies
1 parent 37d48db commit f0df3a8Copy full SHA for f0df3a8
packages/eslint-config-airbnb-base/rules/imports.js
@@ -90,7 +90,8 @@ module.exports = {
90
'**/Gruntfile{,.js}', // grunt config
91
'**/protractor.conf.js', // protractor config
92
'**/protractor.conf.*.js', // protractor config
93
- '**/karma.conf.js' // karma config
+ '**/karma.conf.js', // karma config
94
+ '**/.eslintrc.js' // eslint config
95
],
96
optionalDependencies: false,
97
}],
0 commit comments