We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcfd90 commit e734a2dCopy full SHA for e734a2d
.eslintrc
@@ -35,4 +35,4 @@
35
"react/prop-types": [2,{ "skipUndeclared": true}],
36
"react/display-name": [0, { "ignoreTranspilerName": false }]
37
}
38
-}
+}
.prettierrc
@@ -9,9 +9,8 @@
9
jsxBracketSameLine : false,
10
arrowParens : "always",
11
rangeStart : 0,
12
- rangeEnd : Infinity,
13
parser : "babylon",
14
requirePragma : false,
15
insertPragma : false,
16
proseWrap : "preserve"
17
0 commit comments