-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for Biome #982
Conversation
🦋 Changeset detectedLatest commit: 8a28b86 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 |
97d0e40
to
11f777a
Compare
11f777a
to
d642aca
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #982 +/- ##
==========================================
+ Coverage 55.43% 58.86% +3.42%
==========================================
Files 29 29
Lines 2354 2555 +201
Branches 138 143 +5
==========================================
+ Hits 1305 1504 +199
- Misses 1031 1033 +2
Partials 18 18 ☔ View full report in Codecov by Sentry. |
32c30cd
to
8a28b86
Compare
Purpose
Biome is a fast formatter for JavaScript, TypeScript, JSX, and JSON that scores 97% compatibility with Prettier. It mirrors many but not all of ESLint's rules and doesn't support plugins yet, so it's best to use them in tandem.
Approach and changes
@sumup-oss/foundry/biome
foundry init
Definition of done