mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-12-03 12:16:28 +00:00
build: Upgrade eslint-config-wikimedia from 0.25.1 to 0.26.0
Change-Id: I492bb4215522bdb72967108f5cd11adfa37e59bb
This commit is contained in:
parent
96f458cdd6
commit
fc760b1c35
|
@ -8,9 +8,12 @@ module.exports = function ( grunt ) {
|
|||
'MathCaptcha',
|
||||
'hCaptcha'
|
||||
] ) {
|
||||
// eslint-disable-next-line security/detect-non-literal-require
|
||||
messagesDirs[ subExtension ] = require( './' + subExtension + '/extension.json' )
|
||||
.MessagesDirs[ subExtension ]
|
||||
.map( function ( path ) { return subExtension + '/' + path; } );
|
||||
.map( function ( path ) {
|
||||
return subExtension + '/' + path;
|
||||
} );
|
||||
}
|
||||
|
||||
grunt.loadNpmTasks( 'grunt-banana-checker' );
|
||||
|
|
1584
package-lock.json
generated
1584
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.25.1",
|
||||
"eslint-config-wikimedia": "0.26.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-banana-checker": "0.11.0",
|
||||
"grunt-eslint": "24.3.0",
|
||||
|
|
Loading…
Reference in a new issue