import-js/eslint-plugin-import

no-unused-modules "missingExports" returns false positives

開放

#2,102 建立於 2021年5月27日

 (7 則留言) (1 個反應) (0 位負責人)JavaScript (1,549 個分叉)batch import
`exports` supportbughelp wanted

倉庫指標

星標
 (5,940 顆星)
PR 合併指標
 (平均合併 138天 22小時) (30 天內合併 3 個 PR)

描述

I'd expect both of these cases to count as exports:

module.exports = {} // Should probably not trigger

export * from './someFile' // Should almost definitely not trigger

貢獻者指南