From 265ca88279412363899c5df7fc57af38f53fc2a5 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 26 Oct 2015 09:51:09 -0700 Subject: [PATCH] Update ESLint version and fix errors --- .eslintrc | 4 ---- examples/auth-with-shared-root/utils/auth.js | 2 -- package.json | 4 ++-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.eslintrc b/.eslintrc index 0fe6c8382c..af351b458f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,11 +1,7 @@ { "extends": "rackt", - "ecmaFeatures": { - "jsx": true - }, "rules": { "react/jsx-uses-react": 1, - "react/jsx-quotes": 2, "react/jsx-no-undef": 2, "react/wrap-multilines": 2 }, diff --git a/examples/auth-with-shared-root/utils/auth.js b/examples/auth-with-shared-root/utils/auth.js index cdb7794a78..57896dde02 100644 --- a/examples/auth-with-shared-root/utils/auth.js +++ b/examples/auth-with-shared-root/utils/auth.js @@ -47,5 +47,3 @@ function pretendRequest(email, pass, cb) { } }, 0) } - - diff --git a/package.json b/package.json index 96ce20a7e7..dc913765c5 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "codecov.io": "^0.1.6", "coveralls": "^2.11.4", "css-loader": "^0.19.0", - "eslint": "1.4.0", + "eslint": "^1.7.3", "eslint-config-rackt": "^1.1.0", - "eslint-plugin-react": "3.3.2", + "eslint-plugin-react": "^3.6.3", "expect": "^1.12.0", "express": "^4.13.3", "express-urlrewrite": "^1.2.0",