X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=7f1c9342bec900dcda1d378f3fc292fd0d4646c3;hb=65542a35fd6759cddb82167dd4c47f9bed843ebf;hp=a30cbdd7dfb8da3f1214473a9cb66c9692d1c511;hpb=2b74d91aac700f35b6449bcfebcd11ea7ce42782;p=poolifier.git diff --git a/biome.json b/biome.json index a30cbdd7..7f1c9342 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.3.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": {