build: Update eslint-config-wikimedia to 0.16.2

Change-Id: I2142339d20f86402d41405fcb66658961db51867
This commit is contained in:
Ed Sanders 2020-06-26 11:51:40 +01:00
parent 820b0a7e0c
commit 8fae9b933d
3 changed files with 490 additions and 490 deletions

View file

@ -10,11 +10,11 @@ module.exports = function ( grunt ) {
banana: conf.MessagesDirs,
eslint: {
options: {
extensions: [ '.js', '.json' ],
cache: true
cache: true,
fix: grunt.option( 'fix' )
},
all: [
'**/*.js{,on}',
'**/*.{js,json}',
'!{vendor,node_modules}/**'
]
}

970
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,9 +4,9 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.3",
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.1.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "22.0.0"
"grunt-eslint": "23.0.0"
}
}