Skip to content

chore: install biomejs cli #7139

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

Merged
merged 2 commits into from
Jun 19, 2025
Merged

chore: install biomejs cli #7139

merged 2 commits into from
Jun 19, 2025

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Jun 19, 2025

This PR installs biomejs v2.0.0 and a preliminary configuration, but does not use it in any build steps.

Prior experimentation:
#7134

@kuhe kuhe requested a review from a team as a code owner June 19, 2025 15:08
"maxSize": 16000000,
"includes": ["{packages,lib,scripts,tests}/**/*.{mjs,js,ts,json}", "!**/dist-{cjs,es,types}/**", "!**/ruleset.ts"]
},
"formatter": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've turned many rules off initially because we need to establish that biome is runnable in our build systems before reintroducing rules that would lead to code changes.

@kuhe kuhe force-pushed the biome2 branch 3 times, most recently from bae8ce1 to 6a36ea7 Compare June 19, 2025 15:32
"suspicious": "off"
}
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because biome requires that subconfiguration must also be named biome.json rather than allowing a pointer to a custom config file, and that it must sit in the folder it has control over, I had to edit several scripts that scan the clients folder to exclude this file.

Co-authored-by: Trivikram Kamat <[email protected]>
@kuhe kuhe merged commit ca3c2eb into aws:main Jun 19, 2025
4 checks passed
@kuhe kuhe deleted the biome2 branch June 19, 2025 17:07
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.

3 participants