Skip to content

Commit 2cb858a

Browse files
committed
Remove eslint configs that conflict with prettier
1 parent 84ed000 commit 2cb858a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.eslintrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"flowtype/use-flow-type": 2,
2222
"flowtype/semi": 2,
2323

24-
"array-bracket-spacing": [2, "always"],
25-
"arrow-parens": [2, "as-needed"],
2624
"arrow-spacing": 2,
2725
"block-scoped-var": 0,
2826
"brace-style": [2, "1tbs", {"allowSingleLine": true}],
@@ -48,7 +46,6 @@
4846
"handle-callback-err": [2, "error"],
4947
"id-length": 0,
5048
"id-match": [2, "^(?:_?[a-zA-Z0-9]*)|[_A-Z0-9]+$"],
51-
"indent": [2, 2, {"SwitchCase": 1}],
5249
"init-declarations": 0,
5350
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
5451
"keyword-spacing": 2,
@@ -167,13 +164,11 @@
167164
"object-shorthand": [2, "always"],
168165
"one-var": [2, "never"],
169166
"operator-assignment": [2, "always"],
170-
"operator-linebreak": [2, "after"],
171167
"padded-blocks": 0,
172168
"prefer-const": 2,
173169
"prefer-reflect": 0,
174170
"prefer-spread": 0,
175171
"quote-props": [2, "as-needed", {"numbers": true}],
176-
"quotes": [2, "single"],
177172
"radix": 2,
178173
"require-yield": 2,
179174
"semi": [2, "always"],

0 commit comments

Comments
 (0)