vite-plugin-checker icon indicating copy to clipboard operation
vite-plugin-checker copied to clipboard

Biome support

Open AndreiTS opened this issue 1 year ago • 6 comments

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.

AndreiTS avatar Sep 13 '23 13:09 AndreiTS

Definitely needed since everyone is moving to Biome nowadays

gunta avatar Dec 06 '23 16:12 gunta

I am waiting for this support too

aselcuktuncer avatar Feb 20 '24 09:02 aselcuktuncer

Anyone already working on this? I will give it a go otherwise.

KurtGokhan avatar May 01 '24 16:05 KurtGokhan

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/

Jogai avatar May 06 '24 17:05 Jogai

I have a basic working implementation at #316. CodeSandbox example

KurtGokhan avatar May 09 '24 14:05 KurtGokhan

I created a fork until the PR above is merged. You can try the fork with npm i -D vite-plugin-checker-biome

KurtGokhan avatar Jun 24 '24 15:06 KurtGokhan