ESLint must-use-await – flags callbacks and .then() in JavaScript

Flags use of callback functions and .then(), for users of ES2017’s async/await… Read more

Similar