diff options
Diffstat (limited to 'MLEB/CleanChanges/Gruntfile.js')
-rw-r--r-- | MLEB/CleanChanges/Gruntfile.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MLEB/CleanChanges/Gruntfile.js b/MLEB/CleanChanges/Gruntfile.js index 0f1f3171..b899c3b8 100644 --- a/MLEB/CleanChanges/Gruntfile.js +++ b/MLEB/CleanChanges/Gruntfile.js @@ -10,6 +10,9 @@ module.exports = function ( grunt ) { grunt.initConfig( { eslint: { + options: { + cache: true + }, all: [ '**/*.js', '!node_modules/**', |