X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=biome.json;h=e37f748df1c8b5a4859403d9afcc9ee94a738d07;hb=8870a6e0ec5fc025258c9baa0b2c65815376df02;hp=8a79b0631dbe51ca74efbd7c69fa0e211482d980;hpb=6fbb64fd0e855c662dbdbf65bfe0638ec0dae226;p=benchmarks-js.git diff --git a/biome.json b/biome.json index 8a79b06..e37f748 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.5.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": {