forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Environment
Node version: 24.6.0
npm version: 10.9.2
ESLint version: 9.35.0
eslint-plugin-n version: 17.23.0
Operating System: macOS Sequoia 15.6.1 (Darwin Kernel Version 24.6.0)
What rule do you want to report?
no-unsupported-features/node-builtins
Link to Minimal Reproducible Example
What did you expect to happen?
Using tls.DEFAULT_CIPHERS
should not cause an issue in any modern Node.js version.
The version configuration for this constant was taken from the Node.js documentation at some point, but the documentation itself was wrong - this has been available since Node.js 0.11.3, see nodejs/node#59246
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response