Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update ESLint version and fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Oct 26, 2015
1 parent 5d5f913 commit 265ca88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
2 changes: 0 additions & 2 deletions examples/auth-with-shared-root/utils/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ function pretendRequest(email, pass, cb) {
}
}, 0)
}


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 265ca88

Please sign in to comment.