tslint.json 200 B

123456789
  1. {
  2. "rules": {
  3. "no-switch-case-fall-through": true
  4. },
  5. "meta": {
  6. "category": "functionality",
  7. "description": "`switch` 的 `case` 必须 `return` 或 `break`"
  8. }
  9. }