We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b9c0d commit 162e16aCopy full SHA for 162e16a
.eslintrc
@@ -25,6 +25,8 @@ rules:
25
no-dupe-keys: 2
26
## check duplicate switch-case
27
no-duplicate-case: 2
28
+ ## disallow superfluous semicolons
29
+ no-extra-semi: 2
30
## disallow assignment of exceptional params
31
no-ex-assign: 2
32
## disallow unreachable code
0 commit comments