{
    "rules": {
        "no-parameter-properties": true
    },
    "meta": {
        "category": "style",
        "description": "禁止给类的构造函数的参数添加修饰符",
        "ts-only": true
    }
}
