Consider migrating Prettier and ESLint to Biome
Opened this issue · 1 comments
hugobessa commented
Is your feature request related to a problem? Please describe.
ESLint and Prettier are slow
Describe the solution you'd like
Biome is a toolchain that handles both linting and formating for JS/TS and its VERY fast: https://biomejs.dev/.
We need to check if the plugins and rules we have for ESLint have similar support.
fjsj commented
I think we should wait more before making that change. Plugin support might suffer.