UNPKG

tslint-config-alloy

Version:
13 lines (12 loc) 371 B
{ "rules": { "no-unsafe-any": false }, "meta": { "category": "functionality", "description": "禁止取用一个类型为 `any` 的对象的属性", "reason": "太严格了\nRequires Type Info 的规则,无法在编辑器中显示错误,不方便修复", "ts-only": true, "requires-type-info": true } }