Skip to content

Commit

Permalink
remove deprecated typeof-compare
Browse files Browse the repository at this point in the history
typeof-compare is deprecated. Starting from TypeScript 2.2 the compiler includes this check which makes this rule redundant.
palantir/tslint#2187
  • Loading branch information
DanielKucal authored Jan 17, 2018
1 parent 97f049a commit d4a5ab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"variable-declaration": "nospace"
}
],
"typeof-compare": true,
"unified-signatures": true,
"variable-name": false,
"whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"],
Expand Down

0 comments on commit d4a5ab6

Please sign in to comment.