build: Update eslint

Change-Id: Iad621ac54d3e1f69f382462d5fa3e12bc8e138f1
This commit is contained in:
Ed Sanders
2018-11-03 18:51:38 +00:00
committed by jenkins-bot
parent 3747d234c8
commit 244dc55084
2 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.7.2", "eslint-config-wikimedia": "0.8.1",
"eslint-plugin-qunit": "3.3.1", "eslint-plugin-qunit": "3.3.1",
"grunt": "1.0.3", "grunt": "1.0.3",
"grunt-banana-checker": "0.6.0", "grunt-banana-checker": "0.6.0",

View File

@@ -2,8 +2,5 @@
"extends": [ "extends": [
"wikimedia/qunit", "wikimedia/qunit",
"../../.eslintrc.json" "../../.eslintrc.json"
], ]
"env": {
"qunit": true
}
} }