This commit is contained in:
Niels Kooiman
2020-02-13 10:17:38 +01:00
commit 6fd3ed82c2
12 changed files with 680 additions and 0 deletions

6
tslint.json Normal file
View File

@@ -0,0 +1,6 @@
{
"rules": {
"indent": [true, "tabs"],
"semicolon": [true, "always"]
}
}