{
    "rules": {
        "prefer-switch": false
    },
    "meta": {
        "category": "style",
        "description": "当 `if` 中只有 `===` 时，必须使用 `switch` 替换 `if`",
        "reason": "没必要限制"
    }
}
