mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
Get ESlint to fix
This commit is contained in:
parent
4a52cbded0
commit
c3c5ad0265
|
@ -11,7 +11,8 @@ module.exports = function ( grunt ) {
|
||||||
options: {
|
options: {
|
||||||
reportUnusedDisableDirectives: true,
|
reportUnusedDisableDirectives: true,
|
||||||
extensions: [ '.js', '.json' ],
|
extensions: [ '.js', '.json' ],
|
||||||
cache: true
|
cache: true,
|
||||||
|
fix: true
|
||||||
},
|
},
|
||||||
all: '.'
|
all: '.'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue