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
This rewrites the existing ESLint config to the flat config format, with
minimal modifications to the original config, other than those required
by the new format.
In addition to that, there are some other minor changes:
- I updated the Prettier config to use Prettier 3.
- I removed ESLint and related dependencies from all non-root workspace
packages. These are no longer required, and removing them makes
dependency maintenance a bit easier.
Closes#3099.
This rewrites the existing ESLint config to the flat config format, with
minimal modifications to the original config, other than those required
by the new format.
In addition to that, there are some other minor changes:
- I updated the Prettier config to use Prettier 3.
- I removed ESLint and related dependencies from all non-root workspace
packages. These are no longer required, and removing them makes
dependency maintenance a bit easier.
Closes#3099.
Related to the ESLint 9 migration. See #3097.
The text was updated successfully, but these errors were encountered: