Skip to content

Commit 4a73280

Browse files
authored
Merge pull request #32 from joeybaker/greenkeeper/eslint-plugin-react-7.1.0
Greenkeeper/eslint plugin react 7.1.0
2 parents 61e94da + fd58828 commit 4a73280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@
333333
],
334334
"react/prop-types": 2,
335335
"react/react-in-jsx-scope": 2,
336-
"react/wrap-multilines": 2
336+
"react/jsx-wrap-multilines": 2
337337
}
338338
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"doctoc": "^1.2.0",
7171
"enzyme": "^2.8.2",
7272
"eslint": "^3.4.0",
73-
"eslint-plugin-react": "^6.2.0",
73+
"eslint-plugin-react": "^7.1.0",
7474
"faucet": "0.0.1",
7575
"ghooks": "^1.3.2",
7676
"hihat": "^2.6.4",

0 commit comments

Comments
 (0)