build: Replace jscs+jshint with eslint

Change-Id: I7f114267fbb4efd62a9162758445cff4fb3c0973
This commit is contained in:
Ed Sanders
2016-11-02 21:56:31 +00:00
parent 4bd38a0fcf
commit 811944c49a
14 changed files with 69 additions and 100 deletions

View File

@@ -4,11 +4,11 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.2.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.6.0",
"stylelint-config-wikimedia": "0.3.0"
}