build: Update linters

Change-Id: I95a14ebfd19a6632cf685444508fea5b5b33817f
This commit is contained in:
Ed Sanders 2018-02-04 21:22:31 +00:00
parent 7e78e7ccaa
commit 190c701217
2 changed files with 9 additions and 9 deletions

View file

@ -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;
} );

View file

@ -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"
}
}