mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-13 18:27:06 +00:00
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:
parent
2a5b4f5e3a
commit
8749611dc6
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,6 @@ module.exports = function ( grunt ) {
|
|||
grunt.initConfig( {
|
||||
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
|
@ -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": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue