Skip to content

Commit

Permalink
Disable typeof-compare in tslint:recommended (palantir#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 10, 2018
1 parent b5ebb9f commit 2b8a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2b8a737

Please sign in to comment.