mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [patch] import/no-extraneous-dependencies: Support karma config files
This commit is contained in:
committed by
Jordan Harband
parent
5927c7f706
commit
2e3adc98c7
@@ -90,6 +90,7 @@ module.exports = {
|
||||
'**/Gruntfile{,.js}', // grunt config
|
||||
'**/protractor.conf.js', // protractor config
|
||||
'**/protractor.conf.*.js', // protractor config
|
||||
'**/karma.conf.js' // karma config
|
||||
],
|
||||
optionalDependencies: false,
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user