UNPKG

tslint-config-alloy

Version:
13 lines (12 loc) 303 B
{ "rules": { "interface-over-type-literal": true }, "meta": { "category": "style", "description": "优先使用接口而不是字面类型", "reason": "接口可以 `implement` `extend` 和 `merge`", "ts-only": true, "has-fixer": true } }