eslint-plugin-promise
eslint-plugin-promise copied to clipboard
promise/prefer-await-to-callbacks almost rule out promise
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?