X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=c0cc4886d876415e534933decd6ea65fb7728d61;hb=374b95b33569a5b94b516a13420bad16ff562261;hp=039debebf924088fa720e19d4d754af5fac9653e;hpb=c8a7386558396cac37f62f1dc2217edefbb550ae;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 039debe..c0cc488 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.1/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" }