build: Updating npm dependencies

* eslint-config-wikimedia: 0.12.0 → 0.15.0
* grunt-eslint: 21.0.0 → 22.0.0
* stylelint-config-wikimedia: 0.6.0 → 0.8.0
* grunt-stylelint: 0.11.1 → 0.13.0

Additional changes:
* Removing manual reportUnusedDisableDirectives for eslint.

Change-Id: I9334feb3c736ccb5bfbc050232d379ca8ccb03f0
This commit is contained in:
libraryupgrader 2020-01-09 04:27:30 +00:00 committed by Kunal Mehta
parent 2a5b4f5e3a
commit 8749611dc6
4 changed files with 718 additions and 578 deletions

View file

@ -13,11 +13,5 @@
"Papa": false,
"mw": false,
"require": false
},
"rules": {
"no-jquery/no-hide": "error",
"no-jquery/no-show": "error",
"no-jquery/no-toggle": "error",
"max-len": "off"
}
}

View file

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

1281
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,12 +7,12 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"eslint-config-wikimedia": "0.15.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.8.1",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.11.1",
"stylelint-config-wikimedia": "0.6.0"
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.13.0",
"stylelint-config-wikimedia": "0.8.0"
},
"dependencies": {}
}