diff --git a/Gruntfile.js b/Gruntfile.js index 42685d10..e756a021 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,6 +7,9 @@ module.exports = function ( grunt ) { grunt.initConfig( { eslint: { + options: { + reportUnusedDisableDirectives: true + }, all: [ '**/*.js', '!node_modules/**', diff --git a/package.json b/package.json index 1055b4aa..b77639be 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "test": "grunt test" }, "devDependencies": { - "eslint-config-wikimedia": "0.8.1", + "eslint-config-wikimedia": "0.10.1", "grunt": "1.0.3", - "grunt-banana-checker": "0.6.0", + "grunt-banana-checker": "0.7.0", "grunt-eslint": "21.0.0", "grunt-jsonlint": "1.1.0" }