We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f0040 commit e947cacCopy full SHA for e947cac
packages/eslint-config-airbnb-base/rules/imports.js
@@ -80,6 +80,7 @@ module.exports = {
80
'**/webpack.config.*.js', // webpack config
81
'**/rollup.config.js', // rollup config
82
'**/gulpfile.js', // gulp config
83
+ '**/gulpfile.*.js', // gulp config
84
'**/Gruntfile', // grunt config
85
],
86
optionalDependencies: false,
0 commit comments