Skip to content

Commit

Permalink
chore(lint): enforce no var keyword rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaproject authored and vicb committed Nov 13, 2016
1 parent 77ee27c commit 8f5dd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"no-duplicate-imports": true,
"no-duplicate-variable": true,
"no-jasmine-focus": true,
"no-var-keyword": true,
"require-internal-with-underscore": true,
"semicolon": [true],
"variable-name": [true, "ban-keywords"]
Expand Down

0 comments on commit 8f5dd1f

Please sign in to comment.