File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 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}],
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,
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"],
You can’t perform that action at this time.
0 commit comments