Skip to content

Add YAML file support to Biome formatter and linter#392

Merged
jbampton merged 1 commit intomainfrom
copilot/update-biome-json-yaml-formatting
Apr 3, 2026
Merged

Add YAML file support to Biome formatter and linter#392
jbampton merged 1 commit intomainfrom
copilot/update-biome-json-yaml-formatting

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Biome was only configured to process .json and .njk files, leaving YAML files outside formatting and linting coverage.

Changes

  • biome.json: Extended files.includes to add **/*.yaml and **/*.yml glob patterns
"includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"]

@jbampton jbampton added the good first issue Good for newcomers label Apr 3, 2026
@jbampton jbampton added this to Next Apr 3, 2026
@github-project-automation github-project-automation bot moved this to In progress in Next Apr 3, 2026
@jbampton jbampton added this to the Hackfest milestone Apr 3, 2026
@jbampton jbampton marked this pull request as ready for review April 3, 2026 04:21
@jbampton jbampton self-requested a review as a code owner April 3, 2026 04:21
@jbampton jbampton merged commit ae907e0 into main Apr 3, 2026
5 of 6 checks passed
@jbampton jbampton deleted the copilot/update-biome-json-yaml-formatting branch April 3, 2026 04:22
@github-project-automation github-project-automation bot moved this from In progress to Done in Next Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants