Skip to content

Commit 162e16a

Browse files
targossilverwind
authored andcommitted
tools: enable no-extra-semi rule in eslint
PR-URL: #2205 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 66b9c0d commit 162e16a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ rules:
2525
no-dupe-keys: 2
2626
## check duplicate switch-case
2727
no-duplicate-case: 2
28+
## disallow superfluous semicolons
29+
no-extra-semi: 2
2830
## disallow assignment of exceptional params
2931
no-ex-assign: 2
3032
## disallow unreachable code

0 commit comments

Comments
 (0)