Todo: Migrate to Biome #246
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
wontfix
This will not be worked on
Remove Prettier and Eslint and migrate the monorepo to biomejs.
This also removes the need for
lint-staged
due to biome's--staged
flag.This migration would require removing the eslint + lint-staged package (from all packages), as well as adjusting commands in
package.json
scripts. Biome doesn't have out-of-the-box support for monorepos, so this change would require some manual tooling (maybe abiome-js
package?) that allows each package to have individual config files whilst retaining a global configThe text was updated successfully, but these errors were encountered: