UNPKG

tslint-config-alloy

Version:
14 lines (13 loc) 381 B
{ "rules": { "no-unnecessary-type-assertion": false }, "meta": { "category": "typescript-specific", "description": "禁止无用的类型断言", "reason": "Requires Type Info 的规则,无法在编辑器中显示错误,不方便修复", "ts-only": true, "has-fixer": true, "requires-type-info": true } }