Files
networkException b73d2dab3d Meta: Inital commit
2020-12-18 16:21:05 +01:00

30 lines
595 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"semicolon": [
true,
"always"
],
"no-console": [
false,
"log",
"error"
],
"typedef": [
true,
"call-signature"
],
"array-type": [
true,
"generic"
],
"max-classes-per-file": false,
"no-empty-interface": false,
"quotemark": [
true,
"single"
],
"no-empty": false,
"no-shadowed-variable": false
}
}