chore(lint): enforce no var keyword rule

This commit is contained in:
Joao Dias 2016-11-12 14:14:20 +01:00 committed by Victor Berchet
parent 77ee27c59e
commit 8f5dd1f11e
1 changed files with 1 additions and 0 deletions

View File

@ -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"]