Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit e947cac

Browse files
davidknaljharb
authored andcommitted
[eslint config] [base] [patch] add gulpfile.*.js to import/no-extraneous-dependencies
Otherwise e.g. gulpfile.babel.js won't be matched
1 parent 24f0040 commit e947cac

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb-base/rules/imports.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
'**/webpack.config.*.js', // webpack config
8181
'**/rollup.config.js', // rollup config
8282
'**/gulpfile.js', // gulp config
83+
'**/gulpfile.*.js', // gulp config
8384
'**/Gruntfile', // grunt config
8485
],
8586
optionalDependencies: false,

0 commit comments

Comments
 (0)