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
Actually it's a bit more complex: eslint is setup in the typescript module, and is then patched by the Vue and react modules.
Angular is currently doing its own setup independently.
I agree that we should keep eslint, which is the current standard.
But we could have a new module that remove eslint and setup biome.
Eslint v9 migration is painfull, Biome and Oxc offer an alternative to Eslint. Maybe it’s time to use one of them or both instead of Eslint.
Moreover, Biome is an alternative to prettier (with same rules) for typescript. Oxc have also is own prettier implementation in progress.
The text was updated successfully, but these errors were encountered: