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 node_modules
/vendor /vendor
composer.lock composer.lock
.eslintcache

View file

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

View file

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