Skip to content

Commit 7d14562

Browse files
committed
Update eslint config
1 parent 19845c3 commit 7d14562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"error"
183183
],
184184
"no-self-compare": [
185-
"error"
185+
"off"
186186
],
187187
"no-unmodified-loop-condition": [
188188
"error"
@@ -213,7 +213,7 @@
213213
],
214214
"arrow-parens": [
215215
"error",
216-
"as-needed"
216+
"always"
217217
],
218218
"arrow-body-style": [
219219
"error",

0 commit comments

Comments
 (0)