[eslint config] [base] [patch] Improve Gruntfile glob pattern

To cover `Gruntfile` and `Gruntfile.js` instead of just `Gruntfile`.
This commit is contained in:
Will Clark
2017-07-25 11:41:34 +02:00
committed by Jordan Harband
parent abeb313333
commit a206c52854

View File

@@ -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,