Updated tslint
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user