forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
Description
Environment
Node version: 24.4.1
npm version: 11.4.2
ESLint version: 9.32.0
eslint-plugin-n version: 17.21.2
Operating System: macOS
What rule do you want to report?
no-missing-import
Link to Minimal Reproducible Example
What did you expect to happen?
Data imports are a valid part of Node.js since Node.js 12 since Node.js 12.10.0 (see https://nodejs.org/api/esm.html#data-imports).
The no-missing-imports rule should support them
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response