Move tests to root dir

This commit is contained in:
arnaucube
2020-05-09 17:26:49 +02:00
parent 6b947cb838
commit ea8f423a44
9 changed files with 19 additions and 12 deletions

17
tslint.json Normal file
View File

@@ -0,0 +1,17 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"indent": [true, "spaces", 4],
"semicolon": [false, "always"]
},
"rulesDirectory": [],
"linterOptions": {
"exclude": [
"node_modules/**"
]
}
}