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

Change-Id: I691326c8fc35e0ccc7b7d0b19b586e68611baf88
This commit is contained in:
James D. Forrester 2019-04-03 16:26:40 -07:00
parent e6acaf8f5f
commit 4a22815562
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View file

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

View file

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

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-contrib-watch": "1.1.0",