Skip to content

Commit

Permalink
tools: enable no-extra-semi rule in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 15, 2016
1 parent 666c089 commit 1f596e6
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 1f596e6

Please sign in to comment.