build: Updating eslint-config-wikimedia to 0.18.0

Additional changes:
* Removing manual extensions for eslint.

Change-Id: I90163b8fe1885a4969a74b4b3e1fb29fe1fa57e9
This commit is contained in:
libraryupgrader 2021-01-27 13:24:29 +00:00
parent c1d4fdd4c4
commit 66f8167324
4 changed files with 583 additions and 350 deletions

View file

@ -9,7 +9,6 @@ module.exports = function ( grunt ) {
},
eslint: {
options: {
extensions: [ '.js', '.json' ],
cache: true
},
all: [

928
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.17.0",
"eslint-config-wikimedia": "0.18.0",
"grunt": "1.3.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",