import-js/eslint-plugin-import
View on GitHubno-unused-modules "missingExports" returns false positives
Open
#2102 opened on May 27, 2021
`exports` supportbughelp wanted
Description
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