diff --git a/Gruntfile.js b/Gruntfile.js index fca44272..b7a68747 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,7 +11,8 @@ module.exports = function ( grunt ) { options: { reportUnusedDisableDirectives: true, extensions: [ '.js', '.json' ], - cache: true + cache: true, + fix: true }, all: '.' },