forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Environment
Node version: 20.15.0
npm version: N/A, yarn 4.4.0
ESLint version: 8.57.0
eslint-plugin-n version:
Operating System: 17.10.1
What rule do you want to report?
n/no-unsupported-features/node-builtins
Link to Minimal Reproducible Example
What did you expect to happen?
No errors
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No version of the node.js documentation for currently supported version (18, 20, or 22) marks the method as experimental. It was added in 16.8, but even then, the current v16 does not mark the method as experimental. See v16.x docs
scagood