This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Steps to reproduce
yarn
yarn dlx @biomejs/biome init
yarn dlx @biomejs/biome check ./src
the check returns that it found 5 errors
if I run yarn dlx @biomejs/biome check ./src --apply
, biome hangs