{
    "rules": {
        "no-string-throw": true
    },
    "meta": {
        "category": "functionality",
        "description": "禁止 `throw` 字符串，必须 `throw` 一个 `Error` 对象",
        "has-fixer": true
    }
}
