chore(lint): enforce no var keyword rule
This commit is contained in:
parent
77ee27c59e
commit
8f5dd1f11e
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue