TSLint compliance

This commit is contained in:
hensm
2019-03-12 07:16:36 +00:00
parent 0bde5ec46e
commit c67a9a1097
16 changed files with 108 additions and 89 deletions

View File

@@ -21,6 +21,11 @@
, "semicolon": [ true, "always" ]
, "space-before-function-paren": [ true, "always" ]
, "trailing-comma": false
, "variable-name": [ true
, "ban-keywords"
, "check-format"
, "allow-pascal-case"
, "allow-leading-underscore" ]
}
, "rulesDirectory": []
}