eslint-plugin-node
eslint-plugin-node copied to clipboard
`no-extraneous-import` should not complain about self referencing
{
"name": "my-package",
"type": "module"
}
import foo from "my-package"; // This should not cause a rule violation