Skip to content

es-x/no-promise-any

disallow Promise.any function and AggregateError class

This rule reports ES2021 Promise.any as errors. This proposal includes the following two:

  • Promise.any function
  • AggregateError class

💡 Examples

⛔ Examples of incorrect code for this rule:

Now loading...

🚀 Version

This rule was introduced in eslint-plugin-es v4.0.0.

📚 References