Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 663 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

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