aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorEd Sanders <esanders@wikimedia.org>2016-11-15 21:02:04 +0000
committerJames D. Forrester <jforrester@wikimedia.org>2016-11-15 15:15:52 -0800
commitc0fb8a883633f110a8083a164672e8334714d450 (patch)
tree9193fd2dcd0b2cb8cb6f71b077a8f653a307a8d8 /package.json
parent37751ee23e7b7019307eafe36f18c8450bf2e420 (diff)
downloadmediawikicore-c0fb8a883633f110a8083a164672e8334714d450.tar.gz
mediawikicore-c0fb8a883633f110a8083a164672e8334714d450.zip
build: Replace jscs+jshint with eslint
Change-Id: Id0a23c03aabadfaf2ec705528ae4b3bd0908fa3e
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b75c3acb10e..efc6c9fcd400 100644
--- a/package.json
+++ b/package.json
@@ -6,12 +6,12 @@
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
+ "eslint-config-wikimedia": "0.2.0",
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-copy": "1.0.0",
- "grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
- "grunt-jscs": "2.8.0",
+ "grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.0.7",
"grunt-karma": "2.0.0",
"grunt-stylelint": "0.6.0",