From e4831c0438d3ae9a60f1b45cac21f2a705457781 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Thu, 26 Dec 2019 03:04:22 -0500 Subject: [PATCH] Use force option for ESlint --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b7a68747..1d778db5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,8 @@ module.exports = function ( grunt ) { reportUnusedDisableDirectives: true, extensions: [ '.js', '.json' ], cache: true, - fix: true + fix: true, + force: true }, all: '.' },