Skip to content

Commit

Permalink
tools: enable no-extra-semi rule in eslint
Browse files Browse the repository at this point in the history
PR-URL: #2205
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
targos authored and silverwind committed Jan 16, 2016
1 parent 66b9c0d commit 162e16a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ rules:
no-dupe-keys: 2
## check duplicate switch-case
no-duplicate-case: 2
## disallow superfluous semicolons
no-extra-semi: 2
## disallow assignment of exceptional params
no-ex-assign: 2
## disallow unreachable code
Expand Down

0 comments on commit 162e16a

Please sign in to comment.