first commit

This commit is contained in:
mingda
2020-06-26 00:31:25 +08:00
commit c72bcae8e9
59 changed files with 21076 additions and 0 deletions

13
tslint.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": ["tslint-config-airbnb", "tslint-no-focused-test"],
"rules": {
"import-name": false,
"no-floating-promises": true,
"no-focused-test": true,
"variable-name": [
true,
"allow-pascal-case",
"ban-keywords"
]
}
}