import-js/eslint-plugin-import
在 GitHub 查看no-unused-modules "missingExports" returns false positives
Open
#2,102 创建于 2021年5月27日
`exports` supportbughelp wanted
描述
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