import-js/eslint-plugin-import
no-unused-modules "missingExports" returns false positives
開放
#2,102 建立於 2021年5月27日
`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