Feature Request: Add BiomeJS Support to Quasar #18172
Unanswered
gilmar-sales
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Currently, Quasar Framework offers ESLint and Prettier as code quality tools during project initialization. While these tools are widely used and battle-tested, they come with certain limitations:
Performance bottlenecks: ESLint can be slow on large codebases, especially with TypeScript projects
Configuration complexity: Managing separate ESLint and Prettier configurations often leads to conflicts and requires careful coordination
Slower development feedback: The combination of ESLint + Prettier can slow down the development experience, particularly in CI/CD pipelines
Maintenance overhead: Keeping multiple linting and formatting tools up-to-date and compatible requires significant effort
Describe the solution you'd like
BiomeJS has recently achieved a major milestone with full Vue.js support. As of Biome v2.3.1 (released in October 2025). I propose adding BiomeJS as an alternative linting and formatting option during Quasar project initialization, similar to how ESLint presets are currently offered.
Beta Was this translation helpful? Give feedback.
All reactions