Use force option for ESlint

This commit is contained in:
alistair3149 2019-12-26 03:04:22 -05:00
parent 6bbaf3c5bd
commit e4831c0438
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -12,7 +12,8 @@ module.exports = function ( grunt ) {
reportUnusedDisableDirectives: true,
extensions: [ '.js', '.json' ],
cache: true,
fix: true
fix: true,
force: true
},
all: '.'
},