-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to biome #100
Migrate to biome #100
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The deployment has failed, but when I run the build locally, I have this error which doesn't seem related to this PR: View logs
I found lucide-icons/lucide#1482 that is referencing a similar error (seems related to next itself) #101 should fix this compilation error |
@anonrig I don't think I have the right to merge the PR |
Thank you \o/ |
Rome has been discontinued and renamed Biome, see https://biomejs.dev/blog/annoucing-biome/
This PR aims to update to Biome to have the last up-to-date config. It includes:
rome.json
intobiome.jsonc
complexity/noForEach
&correctness/useExhaustiveDependencies
(still set as warning)lint-fix
on the codebase will all the newest fixes (like enforcingimport type
or import order, etc.)