摘要: @typescript-eslint/no-unnecessary-type-arguments 当类型参数和默认值相同时,不允许显式使用 @typescript-eslint/no-unnecessary-type-assertion 禁止不必要的类型断言 @typescript-eslint/n 阅读全文
posted @ 2024-11-12 19:06 龙儿筝 阅读(52) 评论(0) 推荐(0) 编辑
摘要: @typescript-eslint/adjacent-overload-signatures 建议函数重载的签名保持连续 @typescript-eslint/await-thenable 不允许对不是“Thenable”对象的值使用await关键字,相反对“Thenable”对象必须使用awai 阅读全文
posted @ 2024-11-12 12:38 龙儿筝 阅读(53) 评论(0) 推荐(0) 编辑