Skip to content

Commit

Permalink
Add support for biome.jsonc configuration file (#950)
Browse files Browse the repository at this point in the history
Since `v1.6`, Biome [supports .jsonc for its configuration
file](https://biomejs.dev/blog/biome-v1-6/#support-for-biomejsonc).
  • Loading branch information
andreilgeorgescu authored Jan 7, 2025
1 parent bec401b commit 74416c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linters/biome/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ lint:
suggest_if: config_present
direct_configs:
- biome.json
- biome.jsonc
- rome.json # For backwards compatibility with rome
affects_cache:
- package.json
Expand Down

0 comments on commit 74416c6

Please sign in to comment.