You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of my rule failures are from experimental features:
Error: 28:18 error The 'URL.createObjectURL' is still an experimental feature The configured version range is '20.12.2' n/no-unsupported-features/node-builtins
Error: 29:26 error The 'node:stream.Readable.fromWeb' is still an experimental feature The configured version range is '20.12.2' n/no-unsupported-features/node-builtins
Error: 18:38 error 'promise-withresolvers' is not supported in Node.js. The configured version range is '20.12.2' n/no-unsupported-features/es-syntax
I am already loving the new builtin warnings, but I have realised that I want to allow all experimental features 👀
We do have the ignores option no-unsupported-features/node-builtins.md#ignores, but I think it'd be great to add an
allowExperimental
option.The text was updated successfully, but these errors were encountered: