Skip to content

Commit 265ca88

Browse files
committed
Update ESLint version and fix errors
1 parent 5d5f913 commit 265ca88

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"extends": "rackt",
3-
"ecmaFeatures": {
4-
"jsx": true
5-
},
63
"rules": {
74
"react/jsx-uses-react": 1,
8-
"react/jsx-quotes": 2,
95
"react/jsx-no-undef": 2,
106
"react/wrap-multilines": 2
117
},

examples/auth-with-shared-root/utils/auth.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ function pretendRequest(email, pass, cb) {
4747
}
4848
}, 0)
4949
}
50-
51-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"codecov.io": "^0.1.6",
4040
"coveralls": "^2.11.4",
4141
"css-loader": "^0.19.0",
42-
"eslint": "1.4.0",
42+
"eslint": "^1.7.3",
4343
"eslint-config-rackt": "^1.1.0",
44-
"eslint-plugin-react": "3.3.2",
44+
"eslint-plugin-react": "^3.6.3",
4545
"expect": "^1.12.0",
4646
"express": "^4.13.3",
4747
"express-urlrewrite": "^1.2.0",

0 commit comments

Comments
 (0)