Skip to content

Commit 6ee2ea4

Browse files
committed
refactor: Update .eslintrc
1 parent d7b0f8f commit 6ee2ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
no-trailing-spaces: 0,
3434
no-unneeded-ternary: 0,
3535
new-cap: 0,
36-
no-self-compare: 0
36+
no-self-compare: 0,
37+
no-return-assign: 0
3738
}
3839
}

0 commit comments

Comments
 (0)