-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no-unspported-features support new added node.js globals #35
Comments
Since eslint-plugin-n doesn't define recent globals like fetch eslint-community/eslint-plugin-n#35 we must either define them or enable the node env to get them automatically. Re-enable until eslint-plugin-n catches up. Signed-off-by: Kevin Locke <[email protected]>
We now use eslint-plugin-es-x. Is this issue resolved? 👀 |
not yet. |
I wonder if we should try to pull this information from https://nodejs.org/api/all.json I can't imagine it'd be too hard to convert the basic data. The deprecations and experimental data may be a little harder. |
This can be closed (I hope 😅) due to #174 |
e.g.
fetch
: requires node.js >= 18.0.0The text was updated successfully, but these errors were encountered: