Skip to content

Commit bc354ec

Browse files
authored
Merge pull request #336 from recharts/react-router-bump
React router bump
2 parents 692a00f + 9d208a8 commit bc354ec

File tree

13 files changed

+139
-379
lines changed

13 files changed

+139
-379
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"no-restricted-globals": "error",
7171
"comma-dangle": "off",
7272
"react/default-props-match-prop-types": "off",
73+
// prettier already handles react/jsx-wrap-multilines
74+
"react/jsx-wrap-multilines": "off",
7375
"react/no-array-index-key": "warn",
7476
"no-multi-assign": "off",
7577
"react/no-access-state-in-setstate": "off",

0 commit comments

Comments
 (0)