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 ef15e3c commit c495a76Copy full SHA for c495a76
.eslintrc-react
@@ -19,6 +19,10 @@
19
"react/react-in-jsx-scope": 2,
20
"react/self-closing-comp": 2,
21
"react/sort-comp": 2,
22
- "react/wrap-multilines": 2
+ "react/wrap-multilines": 2,
23
+
24
+ // no-extra-parens and react/wrap-multilines cannot coexist
25
+ // https://github.com/yannickcr/eslint-plugin-react/issues/86
26
+ "no-extra-parens": [2, "functions"]
27
}
28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coding-standards",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "60fram.es coding standards.",
5
"main": "",
6
"scripts": {
0 commit comments