init the repo

This commit is contained in:
Yanzhen Yu
2018-09-30 10:32:44 +08:00
commit 3c6e07117a
7 changed files with 70 additions and 0 deletions

14
tslint.json Normal file
View File

@@ -0,0 +1,14 @@
{
"defaultSeverity": "error",
"extends": ["tslint:recommended"],
"jsRules": {},
"rules": {
"no-any": true,
"quotemark": [true, "single"],
"ordered-imports": false,
"object-literal-sort-keys": false,
"no-unused-variable": true,
"object-literal-key-quotes": false
},
"rulesDirectory": []
}