Remove YAML file types from includes in biome.json#461
Conversation
https://biomejs.dev/internals/language-support/ Biome does not currently format YAML files but support is in progress
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Biome configuration to stop targeting YAML files, aligning with Biome’s current language support (YAML formatting not yet supported).
Changes:
- Removed
**/*.yamland**/*.ymlfromfiles.includesinbiome.jsonso Biome only targets JSON and Nunjucks templates.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request modifies the Biome configuration to refine the list of included files. The review identifies that the configuration key used is incorrect (includes instead of include), which leads to the filter being ignored. Additionally, it notes that Nunjucks files are unsupported and suggests including JavaScript and CSS files to align with the project's tech stack.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
https://biomejs.dev/internals/language-support/
Biome does not currently format YAML files but support is in progress