Closed
Description
Environment
Node version: 21
npm version:
ESLint version:
eslint-plugin-n version: v16.4.0
Operating System: macOS
What rule do you want to report?
no-extraneous-import
Link to Minimal Reproducible Example
What did you expect to happen?
For it to resolve the package.json import map
Participation
- I am willing to submit a pull request for this issue.
Additional comments
It only seems to check the dependency objects:
eslint-plugin-n/lib/util/check-extraneous.js
Lines 29 to 33 in 964cf65