vite-plugin-checker
vite-plugin-checker copied to clipboard
Biome support
Is your feature request related to a problem? Please describe.
This is a feature request for biome.
Biome is a unified formatter / linter.
It was called rome.
Describe the solution you'd like
I would like to see linter / formatting errors while running vite
Describe alternatives you've considered
Biome have a vscode plugin that shows errors directly on open files, but it would be nice to see the errors on the console and browser.
Additional context
old issue: https://github.com/fi3ework/vite-plugin-checker/issues/252
Validations
- [X] Read the docs.
- [X] Read the Contributing Guidelines.
- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.
Definitely needed since everyone is moving to Biome nowadays
I am waiting for this support too
Anyone already working on this? I will give it a go otherwise.
Definitely needed since everyone is moving to Biome nowadays
Not so fast, there are others: https://quick-lint-js.com/blog/why-another-javascript-linter/
I have a basic working implementation at #316. CodeSandbox example
I created a fork until the PR above is merged. You can try the fork with npm i -D vite-plugin-checker-biome