{
    "rules": {
        "no-string-literal": true
    },
    "meta": {
        "category": "functionality",
        "description": "禁止出现 `foo['bar']`，必须写成 `foo.bar`",
        "has-fixer": true
    }
}
