Make ESLint + Prettier optional #8098
angel-luis
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
How has the switch been for you - would you suggest switching from both Prettier and ESLint in favor of Biome? It looks very cool. Are there equivalents to plugins such as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Non-goals
No response
Background
I use Biomejs because is based in Rust and is much faster for linting and formatting the code that ESLint and Prettier. This speed is specially needed for monorepos, where are much more files than in a standard repo.
Proposal
When using the command to create the monorepo, add a CLI question to opt-out to ESLint + Prettier.
Beta Was this translation helpful? Give feedback.
All reactions