Skip to content

Commit 6b23561

Browse files
committed
Remove duplicated lint rules
1 parent bc53327 commit 6b23561

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"no-negated-in-lhs": 2,
2525
"no-obj-calls": 2,
2626
"no-regex-spaces": 2,
27-
"quote-props": [1, "consistent-as-needed"],
2827
"no-sparse-arrays": 2,
2928
"no-unreachable": 2,
3029
"use-isnan": 2,
@@ -219,7 +218,6 @@
219218
]
220219
}
221220
],
222-
"array-bracket-spacing": [1, "never"],
223221
"wrap-regex": 0,
224222
"constructor-super": 2,
225223
"no-this-before-super": 2,

0 commit comments

Comments
 (0)