mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 08:38:08 -05:00
[eslint config] [base] [patch] Support Protractor config files in import/no-extraneous-dependencies
This commit is contained in:
@@ -83,6 +83,7 @@ module.exports = {
|
||||
'**/gulpfile.js', // gulp config
|
||||
'**/gulpfile.*.js', // gulp config
|
||||
'**/Gruntfile', // grunt config
|
||||
'**/protractor.conf.*.js', // protractor config
|
||||
],
|
||||
optionalDependencies: false,
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user