mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-23 22:44:42 +00:00
build: Updating npm dependencies
* eslint-config-wikimedia: 0.16.2 → 0.17.0 The following rules are failing and were disabled: * no-shadow * grunt: 1.2.1 → 1.3.0 Change-Id: I7e765d4c77ab59120551860a0fbd3f79c09f6953
This commit is contained in:
parent
1b77fbcaf0
commit
794c21f05d
|
@ -7,6 +7,7 @@
|
|||
],
|
||||
"rules": {
|
||||
"max-len": "off",
|
||||
"no-jquery/no-global-selector": "off"
|
||||
"no-jquery/no-global-selector": "off",
|
||||
"no-shadow": "warn"
|
||||
}
|
||||
}
|
||||
|
|
533
package-lock.json
generated
533
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,8 +4,8 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.16.2",
|
||||
"grunt": "1.2.1",
|
||||
"eslint-config-wikimedia": "0.17.0",
|
||||
"grunt": "1.3.0",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-eslint": "23.0.0"
|
||||
|
|
Loading…
Reference in a new issue