mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[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:
committed by
Jordan Harband
parent
24f004027b
commit
e947cace2c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user