We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b0f8f commit 6ee2ea4Copy full SHA for 6ee2ea4
.eslintrc
@@ -33,6 +33,7 @@
33
no-trailing-spaces: 0,
34
no-unneeded-ternary: 0,
35
new-cap: 0,
36
- no-self-compare: 0
+ no-self-compare: 0,
37
+ no-return-assign: 0
38
}
39
0 commit comments