Skip to content

Commit 6bf2fb7

Browse files
committed
Bump eslint version
1 parent 5b7f638 commit 6bf2fb7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Diff for: .eslintrc

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"rules": {
44
"valid-jsdoc": 2,
55
// Disable until Flow supports let and const
6-
"no-var": 0
7-
}
6+
"no-var": 0,
7+
"react/jsx-uses-react": 1,
8+
"react/jsx-no-undef": 2,
9+
"react/wrap-multilines": 2
10+
},
11+
"plugins": [
12+
"react"
13+
]
814
}

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"babel-core": "^5.6.18",
5959
"babel-eslint": "^4.1.0",
6060
"babel-loader": "^5.1.4",
61-
"eslint": "^1.2.1",
61+
"eslint": "^1.7.1",
6262
"eslint-config-rackt": "1.0.0",
63-
"eslint-plugin-react": "~3.5.1",
63+
"eslint-plugin-react": "^3.6.3",
6464
"expect": "^1.8.0",
6565
"gitbook-cli": "^0.3.4",
6666
"isparta": "^3.0.3",

0 commit comments

Comments
 (0)