build: Update eslint-config-wikimedia to 0.17.0

Change-Id: I0b917095bc84ff8b3a745f2d8b1e8541b9817bc8
This commit is contained in:
Ed Sanders 2020-09-12 23:40:39 +01:00 committed by Jforrester
parent 34ad4f611a
commit 1cea342431
5 changed files with 2637 additions and 2511 deletions

View file

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

5136
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,8 +23,8 @@
"@wdio/sync": "6.1.14",
"babel-loader": "8.0.6",
"bundlesize": "0.18.0",
"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",

View file

@ -189,9 +189,9 @@
}
// Setup the overlay route.
overlayManager.add( new RegExp( '^/issues/(\\d+|' + KEYWORD_ALL_SECTIONS + ')$' ), function ( section ) {
overlayManager.add( new RegExp( '^/issues/(\\d+|' + KEYWORD_ALL_SECTIONS + ')$' ), function ( s ) {
return pageIssuesOverlay(
getIssues( allIssues, section ), section, CURRENT_NS
getIssues( allIssues, s ), s, CURRENT_NS
);
} );
}

View file

@ -215,9 +215,6 @@
};
}
/**
* @module skins.minerva.scripts/utils
*/
module.exports = {
extract: extract,
parse: parse,