build: Replace jscs, jshint and jsonlint by eslint

Bug: T210365
Change-Id: I184e594a3be8010c9c6561b2b66e5596905a40fe
This commit is contained in:
Umherirrender 2020-02-03 20:49:46 +01:00
parent 30eace5dec
commit 3b8629ad9b
6 changed files with 763 additions and 1734 deletions

View file

@ -4,10 +4,9 @@
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.8.1",
"grunt-contrib-jshint": "0.11.3",
"grunt-jscs": "2.5.0",
"grunt-jsonlint": "1.0.7"
"grunt-eslint": "22.0.0"
}
}