- Remove Prettier and ESLint, and switch to Biome for formatting and linting. - Update the GitHub Action to run `biome check` instead of Prettier - Run `biome check --fix` once to fix every auto-fixable error in the project.
biome checkinstead of Prettierbiome check --fixonce to fix every auto-fixable error in the project.