{
    "rules": {
        "array-type": false
    },
    "meta": {
        "category": "style",
        "description": "限制必须使用 `T[]` 或 `Array<T>` 之中的一种来定义数组的类型",
        "reason": "没必要限制",
        "ts-only": true,
        "has-fixer": true
    }
}
