Skip to content

Commit 1b8cdbe

Browse files
committed
removed depreceated rules
1 parent b00658e commit 1b8cdbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tslint.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"no-unsafe-any": true,
7373
"no-unsafe-finally": true,
7474
"no-unused-expression": true,
75-
"no-unused-variable": true,
7675
"no-var-keyword": true,
7776
"no-void-expression": true,
7877
"prefer-conditional-expression": true,
@@ -83,7 +82,6 @@
8382
"strict-type-predicates": true,
8483
"switch-default": true,
8584
"triple-equals": true,
86-
"typeof-compare": true,
8785
"use-default-type-parameter": true,
8886
"use-isnan": true,
8987
"cyclomatic-complexity": true,

0 commit comments

Comments
 (0)