eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

`no-extraneous-import` should not complain about self referencing

Open RebeccaStevens opened this issue 3 years ago • 0 comments

{
  "name": "my-package",
  "type": "module"
}
import foo from "my-package"; // This should not cause a rule violation

RebeccaStevens avatar Jun 13 '22 03:06 RebeccaStevens