mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
build: Updating npm dependencies
* stylelint-config-wikimedia: 0.6.0 → 0.8.0 * eslint-config-wikimedia: 0.12.0 → 0.15.0 * grunt-stylelint: 0.11.1 → 0.13.0 * grunt-eslint: 21.0.0 → 22.0.0 Additional changes: * Removing manual reportUnusedDisableDirectives for eslint. Change-Id: Ic8958ed0fffdad06f1112cb4529589c7db27a321
This commit is contained in:
parent
302b002e16
commit
09c1174961
|
@ -16,7 +16,6 @@ module.exports = function ( grunt ) {
|
|||
banana: conf.MessagesDirs,
|
||||
eslint: {
|
||||
options: {
|
||||
reportUnusedDisableDirectives: true,
|
||||
extensions: [ '.js', '.json' ],
|
||||
cache: true
|
||||
},
|
||||
|
|
1281
package-lock.json
generated
1281
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,11 +4,11 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue