sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
3.98k stars 361 forks source link

`no-single-promise-in-promise-methods`: Remove broken autofix for `Promise.all()` #2386

Closed Clement398 closed 1 week ago

Clement398 commented 2 weeks ago

Fixes #2385

Clement398 commented 1 week ago

Thank you @fisker for all these improvements.