Skip to content

Commit

Permalink
Remove eslint configs that conflict with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kassens committed Jan 22, 2019
1 parent 84ed000 commit 2cb858a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"flowtype/use-flow-type": 2,
"flowtype/semi": 2,

"array-bracket-spacing": [2, "always"],
"arrow-parens": [2, "as-needed"],
"arrow-spacing": 2,
"block-scoped-var": 0,
"brace-style": [2, "1tbs", {"allowSingleLine": true}],
Expand All @@ -48,7 +46,6 @@
"handle-callback-err": [2, "error"],
"id-length": 0,
"id-match": [2, "^(?:_?[a-zA-Z0-9]*)|[_A-Z0-9]+$"],
"indent": [2, 2, {"SwitchCase": 1}],
"init-declarations": 0,
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"keyword-spacing": 2,
Expand Down Expand Up @@ -167,13 +164,11 @@
"object-shorthand": [2, "always"],
"one-var": [2, "never"],
"operator-assignment": [2, "always"],
"operator-linebreak": [2, "after"],
"padded-blocks": 0,
"prefer-const": 2,
"prefer-reflect": 0,
"prefer-spread": 0,
"quote-props": [2, "as-needed", {"numbers": true}],
"quotes": [2, "single"],
"radix": 2,
"require-yield": 2,
"semi": [2, "always"],
Expand Down

0 comments on commit 2cb858a

Please sign in to comment.