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