Skip to content

Commit c495a76

Browse files
committed
#3 remove no-extra-parens
1 parent ef15e3c commit c495a76

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.eslintrc-react

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"react/react-in-jsx-scope": 2,
2020
"react/self-closing-comp": 2,
2121
"react/sort-comp": 2,
22-
"react/wrap-multilines": 2
22+
"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"]
2327
}
2428
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coding-standards",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "60fram.es coding standards.",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)