mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 03:35:15 +00:00
Merge "build: Update linters"
This commit is contained in:
commit
0bbc51cebf
|
@ -24,9 +24,9 @@
|
|||
$root.find( '[name="wpCaptchaWord"]' ).val( '' ).focus();
|
||||
}
|
||||
} )
|
||||
.always( function () {
|
||||
$this.removeClass( 'fancycaptcha-reload-loading' );
|
||||
} );
|
||||
.always( function () {
|
||||
$this.removeClass( 'fancycaptcha-reload-loading' );
|
||||
} );
|
||||
|
||||
return false;
|
||||
} );
|
||||
|
|
12
package.json
12
package.json
|
@ -4,13 +4,13 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.4.0",
|
||||
"eslint-config-wikimedia": "0.5.0",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-banana-checker": "0.5.0",
|
||||
"grunt-eslint": "19.0.0",
|
||||
"grunt-banana-checker": "0.6.0",
|
||||
"grunt-eslint": "20.1.0",
|
||||
"grunt-jsonlint": "1.1.0",
|
||||
"grunt-stylelint": "0.6.0",
|
||||
"stylelint": "7.8.0",
|
||||
"stylelint-config-wikimedia": "0.4.1"
|
||||
"grunt-stylelint": "0.9.0",
|
||||
"stylelint": "8.2.0",
|
||||
"stylelint-config-wikimedia": "0.4.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue