forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Environment
Node version: 20.12.1
pnpm version: 8.15.6
ESLint version: 9.0.0
eslint-plugin-n version: 17.1.0
Operating System: MacOS 14.4.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?
The rule reports that stream/promises API is experimental in Node.js v20.12.0 and I'm not sure if that's correct.
The Node.js docs (https://nodejs.org/docs/latest-v20.x/api/stream.html#streams-promises-api) never mention it as experimental (and seems like they never did since it was added v15).
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response