Skip to content
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

chore: migrate prettier & ESlint to Biome #842

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

RobbyUitbeijerse
Copy link

This PR requires some work, but I highly recommend considering the implications beforehand - I'm happy to bring it over the finish line if you're interested.

In my last few projects I've been using @biomejs/biome as a replacement for both Prettier as well as ESLint. It's a single and a lot faster than Prettier/ESLint.

There are noteworthy (web3 related) projects using @biomejs/biome already, like viem & wagmi.

If you're interested, there are a few steps to take. Mainly:

  1. Running the formatter & lint scripts over the whole codebase
  2. Adjusting the leftover cases that can't be automatically fixed

As this results in a ton of changes, discussing the changes in this PR first before actually running the format/lint scripts made most sense to me. Let me know what you think.

@CLAassistant
Copy link

CLAassistant commented Dec 1, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants