[eslint config] [base] [patch] add gulpfile.*.js to import/no-extraneous-dependencies

Otherwise e.g. gulpfile.babel.js won't be matched
This commit is contained in:
David Knaack
2016-12-12 17:49:00 +01:00
committed by Jordan Harband
parent 24f004027b
commit e947cace2c

View File

@@ -80,6 +80,7 @@ module.exports = {
'**/webpack.config.*.js', // webpack config
'**/rollup.config.js', // rollup config
'**/gulpfile.js', // gulp config
'**/gulpfile.*.js', // gulp config
'**/Gruntfile', // grunt config
],
optionalDependencies: false,