eslint-plugin-promise icon indicating copy to clipboard operation
eslint-plugin-promise copied to clipboard

promise/prefer-await-to-callbacks almost rule out promise

Open zzzgit opened this issue 10 months ago • 0 comments

promise/prefer-await-to-callbacks

With this rule enabled, promises is almost ruled out. You can only use await async syntax.

Why not notice it in the document explicitly?

zzzgit avatar Jan 27 '25 05:01 zzzgit