Open
Description
yarn lint:fix
is a handy way to automatically fix lint violations. However, with the upgrade to ESLint 9, this package script became useless, as it now fixes warnings and errors across the entire monorepo.
We could change this script to only autofix errors, but I don't think that addresses the real need here.
Acceptance Criteria
- It is possible to only fix the lint errors and warnings introduced in a new branch and nothing more.