mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
Use force option for ESlint
This commit is contained in:
parent
6bbaf3c5bd
commit
e4831c0438
|
@ -12,7 +12,8 @@ module.exports = function ( grunt ) {
|
|||
reportUnusedDisableDirectives: true,
|
||||
extensions: [ '.js', '.json' ],
|
||||
cache: true,
|
||||
fix: true
|
||||
fix: true,
|
||||
force: true
|
||||
},
|
||||
all: '.'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue