Update tslint config

This commit is contained in:
Kim Biesbjerg 2016-12-08 15:38:52 +01:00
parent 3601b5985b
commit b2e46c5259

View File

@ -6,6 +6,7 @@
"indent": [true, "tabs"],
"semicolon": [true, "always", "ignore-interfaces"],
"quotemark": [true, "single", "avoid-escape"],
"only-arrow-functions": true,
"no-duplicate-variable": true,
"member-access": true,
"member-ordering": [