1
0

Updated tslint

This commit is contained in:
2021-05-25 22:44:10 +02:00
parent 8d9f70ca36
commit 54ad90f6fd

View File

@@ -24,7 +24,7 @@
"no-string-throw": true, "no-string-throw": true,
"no-tautology-expression": true, "no-tautology-expression": true,
"no-this-assignment": [true, {"allowed-names": ["^self$"], "allow-destructuring": 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-callback-wrapper": true,
"no-unnecessary-initializer": true, "no-unnecessary-initializer": true,
"no-unsafe-finally": true, "no-unsafe-finally": true,