-
Notifications
You must be signed in to change notification settings - Fork 12
Biome formatter #403
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
Biome formatter #403
Conversation
🦋 Changeset detectedLatest commit: 79a0901 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Coverage Report for ./apps/cli
File CoverageNo changed files found. |
|
It works with But fails if I try to run |
Correct. We are using biome in a monorepo setup. Which means that what happens in fact is that each monorepo subproject runs its own biome process. Biome configuration is shared using a biome configuration extension mechanism. Turbo is responsible for executing biome in each subproject separately. |
|
So, at least define apps/cli/biome.json with root: false And put the vcs config in the root's biome.json, so we can extent de use of biome to other projects when needed. |
|
Should we also remove |
|
bc99935 to
79a0901
Compare
Switching from prettier to biome for code formatting.
Just 1 ts file needed change.
Also changed CI to run both lint and formatter, by using
biome ci.Also changed
bun installto force lock file in CI.Also bump bun from
1.3.5to1.3.6