diff --git a/packages/@biomejs/biome/configuration_schema.json b/packages/@biomejs/biome/configuration_schema.json index 46c8a29ad837..82ffbcb8dfc5 100644 --- a/packages/@biomejs/biome/configuration_schema.json +++ b/packages/@biomejs/biome/configuration_schema.json @@ -3,6 +3,7 @@ "title": "Configuration", "description": "The configuration that is contained inside the file `biome.json`", "type": "object", + "allowTrailingCommas": true, "properties": { "$schema": { "description": "A field for the [JSON schema](https://json-schema.org/) specification",