project init

This commit is contained in:
zhangyiming
2020-11-16 14:10:17 +08:00
parent 721b84824c
commit 58f3fcbaf3
41 changed files with 6922 additions and 0 deletions

13
backend/tslint.json Normal file
View File

@@ -0,0 +1,13 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"interface-name": [false],
"no-console": [false],
"quotemark": [true, "single"]
},
"rulesDirectory": []
}