mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [patch] Improve Gruntfile glob pattern
To cover `Gruntfile` and `Gruntfile.js` instead of just `Gruntfile`.
This commit is contained in:
committed by
Jordan Harband
parent
abeb313333
commit
a206c52854
@@ -82,7 +82,7 @@ module.exports = {
|
||||
'**/rollup.config.*.js', // rollup config
|
||||
'**/gulpfile.js', // gulp config
|
||||
'**/gulpfile.*.js', // gulp config
|
||||
'**/Gruntfile', // grunt config
|
||||
'**/Gruntfile{,.js}', // grunt config
|
||||
'**/protractor.conf.*.js', // protractor config
|
||||
],
|
||||
optionalDependencies: false,
|
||||
|
||||
Reference in New Issue
Block a user