X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=f51e0bed4c81735e39d4c58dca115d5b0c49cf54;hb=d528d2b38f6b04d394b79b507fb074907a876cf5;hp=aac8a42cc1de57105e02edab8c160a66611abec7;hpb=f1c674cd6caabfbe46bc99d412611b4a91727c5f;p=poolifier.git diff --git a/biome.json b/biome.json index aac8a42c..f51e0bed 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,10 @@ { - "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json", + "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json", "organizeImports": { "enabled": false }, "linter": { - "enabled": true, + "enabled": false, "rules": { "recommended": true } @@ -12,7 +12,7 @@ "formatter": { "enabled": true, "indentStyle": "space", - "indentSize": 2 + "indentWidth": 2 }, "javascript": { "formatter": { @@ -30,8 +30,6 @@ "files": { "ignore": [ ".nyc_output/", - ".vscode/", - "benchmarks/internal/results/", "coverage/", "docs/**/*.css", "docs/**/*.html",