summaryrefslogtreecommitdiffstats
path: root/web/react/package.json
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-09 13:13:55 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-09 13:13:55 -0500
commit46754509e818ad08e88206f94e72188ba256bc68 (patch)
tree60829ab45f56f17db9d105f6accebe3afe748e7f /web/react/package.json
parent893eb2cd86ca1335cfaf5ba2796866e0506b10fe (diff)
downloadchat-46754509e818ad08e88206f94e72188ba256bc68.tar.gz
chat-46754509e818ad08e88206f94e72188ba256bc68.tar.bz2
chat-46754509e818ad08e88206f94e72188ba256bc68.zip
Switched eslint to use babel-eslint parser
Diffstat (limited to 'web/react/package.json')
-rw-r--r--web/react/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/package.json b/web/react/package.json
index 9af6f5880..de59b48ac 100644
--- a/web/react/package.json
+++ b/web/react/package.json
@@ -18,7 +18,8 @@
"uglify-js": "2.4.24",
"watchify": "3.4.0",
"eslint": "1.6.0",
- "eslint-plugin-react": "3.5.1"
+ "eslint-plugin-react": "3.5.1",
+ "babel-eslint": "4.1.4"
},
"scripts": {
"check": "",