Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Removed "prefer-switch" because tslint 5.3 is out (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode authored and adidahiya committed Jun 16, 2017
1 parent 0b47731 commit 143e60f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tslint.json
Expand Up @@ -4,9 +4,6 @@
},
"extends": "tslint:all",
"rules": {
// TODO: remove this when tslint 5.3 released
"prefer-switch": [true, { "min-cases": 3 }],

// Don't want these
"cyclomatic-complexity": false,
"newline-before-return": false,
Expand Down

0 comments on commit 143e60f

Please sign in to comment.