diff --git a/src/configs/recommended.ts b/src/configs/recommended.ts index 374eda9bbdf..d0f8a4a3cf2 100644 --- a/src/configs/recommended.ts +++ b/src/configs/recommended.ts @@ -181,7 +181,7 @@ export const rules = { }, ], }, - "typeof-compare": true, + "typeof-compare": false, // deprecated in TSLint 5.9.0 "unified-signatures": true, "use-isnan": true, "variable-name": {