You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: