UNPKG

tslint-config-alloy

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