From: Jérôme Benoit Date: Tue, 4 Jun 2024 13:48:26 +0000 (+0200) Subject: build: fix biome configuration X-Git-Tag: v4.0.14~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a34cc3e737c8c1718282f6f8c8d442950c0d4771;hp=388a5bee28fb64a2743d65189afd0a6e63314819;p=poolifier.git build: fix biome configuration Signed-off-by: Jérôme Benoit --- diff --git a/biome.json b/biome.json index 4bd089e4..c2babc3e 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "organizeImports": { "enabled": false }, @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }