UNPKG

tslint-config-alloy

Version:
11 lines (10 loc) 310 B
{ "rules": { "unified-signatures": true }, "meta": { "category": "typescript-specific", "description": "函数重载时,若能通过联合类型将两个函数的类型声明合为一个,则使用联合类型而不是两个函数声明", "ts-only": true } }