X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=c2babc3e493a8ef25ff520e68bdc83ab6efd9d71;hb=1514944d2861b75bf40f0543b72728c6030a67f6;hp=9b8ff96135cc7b999a48122ed3e8679e201e31bf;hpb=078116c1d8dde66831fcf40973059818592c8a88;p=poolifier.git diff --git a/biome.json b/biome.json index 9b8ff961..c2babc3e 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "organizeImports": { "enabled": false }, "linter": { - "enabled": true, + "enabled": false, "rules": { "recommended": true } @@ -17,7 +17,7 @@ "javascript": { "formatter": { "quoteStyle": "single", - "trailingComma": "none", + "trailingCommas": "none", "semicolons": "asNeeded", "arrowParentheses": "asNeeded" }