build: Updating eslint-config-wikimedia to 0.18.0

Additional changes:
* Removing manual extensions for eslint.

Change-Id: I90163b8fe1885a4969a74b4b3e1fb29fe1fa57e9
This commit is contained in:
libraryupgrader 2021-01-27 13:24:29 +00:00
parent c1d4fdd4c4
commit 66f8167324
4 changed files with 583 additions and 350 deletions

View file

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

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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",