diff --git a/Gruntfile.js b/Gruntfile.js index f24e8a4485..c5e238ced2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -136,7 +136,11 @@ module.exports = function( grunt ) { .map( filePath => filePath[ 0 ] === "!" ? filePath.slice( 1 ) : `!${ filePath }` - ) + ), + + // Explicitly ignore `dist/` as it could be unignored by + // the above `.eslintignore` parsing. + "!dist/**/*.js" ] } },