Skip to content

Commit 1f1f2bd

Browse files
committed
Remove lints that clash with prettier's preferences
Lints to catch errors, prettier to enforce style.
1 parent 4b0bd25 commit 1f1f2bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.eslintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"flowtype/use-flow-type": 2,
4848
"flowtype/semi": 2,
4949

50-
"array-bracket-spacing": [2, "always"],
5150
"arrow-parens": [2, "as-needed"],
5251
"arrow-spacing": 2,
5352
"block-scoped-var": 0,
@@ -81,7 +80,6 @@
8180
"linebreak-style": 2,
8281
"lines-around-comment": 0,
8382
"max-depth": 0,
84-
"max-len": [2, 80, 4],
8583
"max-nested-callbacks": 0,
8684
"max-params": 0,
8785
"max-statements": 0,
@@ -193,7 +191,6 @@
193191
"object-shorthand": [2, "always"],
194192
"one-var": [2, "never"],
195193
"operator-assignment": [2, "always"],
196-
"operator-linebreak": [2, "after"],
197194
"padded-blocks": 0,
198195
"prefer-const": 2,
199196
"prefer-reflect": 0,
@@ -206,7 +203,6 @@
206203
"semi-spacing": [2, {"before": false, "after": true}],
207204
"sort-vars": 0,
208205
"space-before-blocks": [2, "always"],
209-
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
210206
"space-in-parens": 0,
211207
"space-infix-ops": [2, {"int32Hint": false}],
212208
"space-unary-ops": [2, {"words": true, "nonwords": false}],

0 commit comments

Comments
 (0)