Closed
Description
Environment
Node version: 20.12.1
ESLint version: v8
eslint-plugin-n version: 17.0.0
What rule do you want to report?
n/no-missing-import
Link to Minimal Reproducible Example
X
What did you expect to happen?
The following should work:
import test from "node:test";
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response