forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
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
jarrodconnolly