Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit 271eba6

Browse files
author
Edmundo Alvarez
committed
Sync eslint settings
1 parent 24808d2 commit 271eba6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.eslintrc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
"airbnb",
1010
],
1111
"rules": {
12-
"no-else-return": 1,
13-
"no-nested-ternary": 1,
14-
"new-cap": 0,
12+
"arrow-body-style": 0,
1513
"indent": [2, 2, { "SwitchCase" : 1}],
1614
"max-len" : 0,
17-
"react/prefer-es6-class": 0,
18-
"arrow-body-style": 0,
19-
"react/jsx-indent-props": 0,
15+
"new-cap": 0,
16+
"no-else-return": 1,
17+
"no-nested-ternary": 1,
18+
"object-shorthand": [2, "methods"],
2019
"react/jsx-closing-bracket-location": 0,
20+
"react/jsx-indent-props": 0,
21+
"react/jsx-space-before-closing": 0,
22+
"react/prefer-es6-class": 0,
2123
},
2224
}
2325

0 commit comments

Comments
 (0)