Merge "build: Upgrade eslint-config-wikimedia from 0.10.1 to 0.11.0"

This commit is contained in:
jenkins-bot 2019-04-05 23:07:11 +00:00 committed by Gerrit Code Review
commit c29322a95f
4 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
composer.lock
vendor
node_modules/
.eslintcache

View file

@ -9,7 +9,8 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
eslint: {
options: {
reportUnusedDisableDirectives: true
reportUnusedDisableDirectives: true,
cache: true
},
all: [
'**/*.js',

View file

@ -1,6 +1,6 @@
$( function () {
var location = mw.config.get( 'wgLinterErrorLocation' ),
// eslint-disable-next-line jquery/no-global-selector
// eslint-disable-next-line no-jquery/no-global-selector
$textbox = $( '#wpTextbox1' );
if ( location ) {

View file

@ -4,7 +4,7 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.10.1",
"eslint-config-wikimedia": "0.11.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.7.0",
"grunt-eslint": "21.0.0",