mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
build: Update eslint-config-wikimedia to 0.17.0
Change-Id: I0b917095bc84ff8b3a745f2d8b1e8541b9817bc8
This commit is contained in:
parent
34ad4f611a
commit
1cea342431
|
@ -12,7 +12,6 @@ module.exports = function ( grunt ) {
|
|||
eslint: {
|
||||
options: {
|
||||
cache: true,
|
||||
extensions: [ '.js', '.json' ],
|
||||
maxWarnings: 0
|
||||
},
|
||||
all: [
|
||||
|
|
5136
package-lock.json
generated
5136
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
);
|
||||
} );
|
||||
}
|
||||
|
|
|
@ -215,9 +215,6 @@
|
|||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @module skins.minerva.scripts/utils
|
||||
*/
|
||||
module.exports = {
|
||||
extract: extract,
|
||||
parse: parse,
|
||||
|
|
Loading…
Reference in a new issue