We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00658e commit 1b8cdbeCopy full SHA for 1b8cdbe
tslint.json
@@ -72,7 +72,6 @@
72
"no-unsafe-any": true,
73
"no-unsafe-finally": true,
74
"no-unused-expression": true,
75
- "no-unused-variable": true,
76
"no-var-keyword": true,
77
"no-void-expression": true,
78
"prefer-conditional-expression": true,
@@ -83,7 +82,6 @@
83
82
"strict-type-predicates": true,
84
"switch-default": true,
85
"triple-equals": true,
86
- "typeof-compare": true,
87
"use-default-type-parameter": true,
88
"use-isnan": true,
89
"cyclomatic-complexity": true,
0 commit comments