Skip to content

Commit

Permalink
[eslint config] [base] import/no-extraneous-dependencies: Add .esli…
Browse files Browse the repository at this point in the history
…ntrc.js to devDeps

Similar to #1168 and #1522.
  • Loading branch information
Kocal authored and ljharb committed Nov 7, 2020
1 parent 37d48db commit f0df3a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-airbnb-base/rules/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ module.exports = {
'**/Gruntfile{,.js}', // grunt config
'**/protractor.conf.js', // protractor config
'**/protractor.conf.*.js', // protractor config
'**/karma.conf.js' // karma config
'**/karma.conf.js', // karma config
'**/.eslintrc.js' // eslint config
],
optionalDependencies: false,
}],
Expand Down

0 comments on commit f0df3a8

Please sign in to comment.