Initial commit

This commit is contained in:
2018-02-15 20:40:34 -05:00
commit 30518e56d4
28 changed files with 520 additions and 0 deletions

11
tslint.json Normal file
View File

@@ -0,0 +1,11 @@
{
"rules": {
"no-duplicate-variable": true,
"no-unused-variable": [
true
]
},
"rulesDirectory": [
"node_modules/tslint-eslint-rules/dist/rules"
]
}