摘要:
@typescript-eslint/no-unnecessary-type-arguments 当类型参数和默认值相同时,不允许显式使用 @typescript-eslint/no-unnecessary-type-assertion 禁止不必要的类型断言 @typescript-eslint/n 阅读全文
摘要:
@typescript-eslint/adjacent-overload-signatures 建议函数重载的签名保持连续 @typescript-eslint/await-thenable 不允许对不是“Thenable”对象的值使用await关键字,相反对“Thenable”对象必须使用awai 阅读全文