sindresorhus/eslint-plugin-unicorn

[no-useless-undefined] incorrect fix for ts `Promise.resolve(undefined)`

已关闭

#1,143 创建于 2021年3月17日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (468 个派生)user submission
bughelp wanted

仓库指标

星标
 (5,022 个星标)
PR 合并指标
 (平均合并 4小时 30分钟) (30 天内合并 26 个 PR)

描述

Promise.resolve(undefined) // Promise<undefined>

Promise.resolve() // Promise<void>

Although it is weird to write Promise.resolve(undefined)...

贡献者指南