import-js/eslint-plugin-import
在 GitHub 查看Doesn't differentiate between `module-name` and `@namespace/module-name`
Open
#1,747 建立於 2020年5月4日
bughelp wanted
描述
I'm working in a monorepo with a package named @arc/dotenv which requires dotenv. This triggers import/no-self-import. My suspicion is that it's not taking the namespace into account. Another possibility: the package lives at <root>/tools/dotenv, so perhaps the issue comes up after the module gets resolved?