{
    "rules": {
        "no-switch-case-fall-through": true
    },
    "meta": {
        "category": "functionality",
        "description": "`switch` 的 `case` 必须 `return` 或 `break`"
    }
}
