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