[eslint config] [base] [patch] Support Protractor config files in import/no-extraneous-dependencies

This commit is contained in:
elmehri
2017-06-15 16:52:48 +01:00
committed by Jordan Harband
parent 0c9e22e039
commit 3a9e1c830f

View File

@@ -83,6 +83,7 @@ module.exports = {
'**/gulpfile.js', // gulp config
'**/gulpfile.*.js', // gulp config
'**/Gruntfile', // grunt config
'**/protractor.conf.*.js', // protractor config
],
optionalDependencies: false,
}],