docs: update readme and contributing for biome#1647
Closed
Morosan wants to merge 2 commits into
Closed
Conversation
dgonzalezr
reviewed
Apr 21, 2026
| ### <a name="code-formatting"></a> Code formatting | ||
|
|
||
| **Follow the style you see used in the repository!** Consistency with the rest of the project always trumps other considerations. It doesn't matter what you choose for your daily code implementation or if you have your style but, please, **make sure to have configured [Prettier](https://prettier.io/)** on your IDE/Code Editor. | ||
| **Follow the style you see used in the repository!** Consistency with the rest of the project always trumps other considerations. BEEQ uses [Biome](https://biomejs.dev/) for linting and code formatting, so please make sure it is configured in your IDE/editor. |
Collaborator
There was a problem hiding this comment.
Suggested change
| **Follow the style you see used in the repository!** Consistency with the rest of the project always trumps other considerations. BEEQ uses [Biome](https://biomejs.dev/) for linting and code formatting, so please make sure it is configured in your IDE/editor. | |
| **Try to follow the existing style in the repository as closely as possible.** Keeping things consistent with the rest of the project is more important than following generic preferences. | |
| BEEQ uses [Biome](https://biomejs.dev/) for linting and formatting, so it’s worth setting that up in your IDE or code editor before you start. |
|
Collaborator
|
You can change the target branch to 'main'. I think it's useful to have that info available asap. |
Contributor
Author
Created a new PR here #1648 with a clean branch from main since this was created from chore/migrate-to-stencil-vitest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Updates the project documentation to reflect the current linting and formatting workflow based on Biome.
Documentation
Updated README.md and CONTRIBUTING.md with:
nx affected -t checkcommand for affected publishable projectsnx run beeq:checkcommand for checking the core package--writeoption for autofixing supported issuesChecklist