Skip to content

Commit 711200a

Browse files
author
Jonathon Kelly
committed
update eslint-plugin-react after false positive was fixed
1 parent c54c047 commit 711200a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.eslintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"rules": {
55
"indent": [2, 4, {"SwitchCase": 1}],
66
"max-len": [2, 140, 2],
7-
"react/jsx-indent-props": [2, 4],
8-
9-
// eslint fails on this (although it shouldn't)
10-
"react/require-render-return": [0]
7+
"react/jsx-indent-props": [2, 4]
118
}
129
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"autoprefixer": "^6.3.6",
3939
"babel-cli": "^6.7.5",
4040
"babel-core": "^6.7.6",
41-
"babel-jest": "^11.0.1",
41+
"babel-jest": "^11.0.2",
4242
"babel-loader": "^6.2.4",
4343
"babel-preset-es2015": "^6.6.0",
4444
"babel-preset-react": "^6.5.0",
@@ -48,11 +48,11 @@
4848
"eslint": "^2.8.0",
4949
"eslint-config-airbnb": "^7.0.0",
5050
"eslint-plugin-jsx-a11y": "^0.6.2",
51-
"eslint-plugin-react": "^5.0.0",
51+
"eslint-plugin-react": "^5.0.1",
5252
"extract-text-webpack-plugin": "^1.0.1",
5353
"gh-pages": "^0.11.0",
5454
"html-webpack-plugin": "^2.15.0",
55-
"jest-cli": "^11.0.1",
55+
"jest-cli": "^11.0.2",
5656
"postcss-loader": "^0.8.2",
5757
"react": "^15.0.1",
5858
"react-addons-test-utils": "^15.0.1",

0 commit comments

Comments
 (0)