import-js/eslint-plugin-import
GitHub で見るno-unused-modules "missingExports" returns false positives
Open
#2,102 opened on 2021年5月27日
`exports` supportbughelp wanted
Repository metrics
- Stars
- (4,946 stars)
- PR merge metrics
- (平均マージ 138d 22h) (30d で 3 merged PRs)
説明
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