mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 14:36:54 +00:00
build: Updating eslint-config-wikimedia to 0.18.0
Additional changes: * Removing manual extensions for eslint. Change-Id: I90163b8fe1885a4969a74b4b3e1fb29fe1fa57e9
This commit is contained in:
parent
c1d4fdd4c4
commit
66f8167324
|
@ -9,7 +9,6 @@ module.exports = function ( grunt ) {
|
||||||
},
|
},
|
||||||
eslint: {
|
eslint: {
|
||||||
options: {
|
options: {
|
||||||
extensions: [ '.js', '.json' ],
|
|
||||||
cache: true
|
cache: true
|
||||||
},
|
},
|
||||||
all: [
|
all: [
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
"ajaxpoll-vote-add": "您的投票已計入",
|
"ajaxpoll-vote-add": "您的投票已計入",
|
||||||
"ajaxpoll-vote-error": "投票過程發生問題,請再試一次",
|
"ajaxpoll-vote-error": "投票過程發生問題,請再試一次",
|
||||||
"ajaxpoll-vote-update": "你的投票已更新"
|
"ajaxpoll-vote-update": "你的投票已更新"
|
||||||
}
|
}
|
||||||
|
|
928
package-lock.json
generated
928
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-wikimedia": "0.17.0",
|
"eslint-config-wikimedia": "0.18.0",
|
||||||
"grunt": "1.3.0",
|
"grunt": "1.3.0",
|
||||||
"grunt-banana-checker": "0.9.0",
|
"grunt-banana-checker": "0.9.0",
|
||||||
"grunt-eslint": "23.0.0",
|
"grunt-eslint": "23.0.0",
|
||||||
|
|
Loading…
Reference in a new issue