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

Change-Id: I649078e4282c2632f91ff74a9e655fa4c7a34bb0
This commit is contained in:
James D. Forrester 2019-04-03 15:52:46 -07:00 committed by VolkerE
parent fd11b87c5d
commit b693fec503
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ project.index
## Sublime ## Sublime
sublime-* sublime-*
sftp-config.json sftp-config.json
.eslintcache

View file

@ -17,6 +17,10 @@ module.exports = function ( grunt ) {
grunt.initConfig( { grunt.initConfig( {
eslint: { eslint: {
options: {
reportUnusedDisableDirectives: true,
cache: true
},
all: [ all: [
'**/*.js', '**/*.js',
'{.jsduck,build}/**/*.js', '{.jsduck,build}/**/*.js',

View file

@ -8,7 +8,7 @@
"selenium-test": "wdio tests/selenium/wdio.conf.js" "selenium-test": "wdio tests/selenium/wdio.conf.js"
}, },
"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-eslint": "21.0.0", "grunt-eslint": "21.0.0",