{
    "rules": {
        "object-literal-shorthand": true
    },
    "meta": {
        "category": "style",
        "description": "必须使用 `a = {b}` 而不是 `a = {b: b}`",
        "has-fixer": true
    }
}
