1
0

Updated tslint

This commit is contained in:
2021-05-25 22:44:10 +02:00
parent 4438eb30a5
commit e4435803db

View File

@@ -24,7 +24,7 @@
"no-string-throw": true,
"no-tautology-expression": true,
"no-this-assignment": [true, {"allowed-names": ["^self$"], "allow-destructuring": true}],
"no-trailing-whitespace": true,
"no-trailing-whitespace": [true, "ignore-comments", "ignore-jsdoc"],
"no-unnecessary-callback-wrapper": true,
"no-unnecessary-initializer": true,
"no-unsafe-finally": true,