UNPKG

tslint-config-alloy

Version:
10 lines (9 loc) 200 B
{ "rules": { "no-switch-case-fall-through": true }, "meta": { "category": "functionality", "description": "`switch` 的 `case` 必须 `return` 或 `break`" } }