How to upgrade your project to ESLint 9
·
Rafał
Follow this simple, 5-step program to save your sanity!
- Remove ESLint.
- Install Prettier.
- Rewrite yourcodebase with
npx prettier . --write - Commit changes.
- Update .git-blame-ignore-revs to remove noise from
git blame.
/s