build(deps-dev): apply updates
[poolifier.git] / biome.json
index 55a5f761d254a298a3dd1061e38a855f180d315a..4bd089e4f9ccb2562f80a0ba15a7ba8ab0125541 100644 (file)
@@ -1,10 +1,10 @@
 {
-  "$schema": "https://biomejs.dev/schemas/1.1.2/schema.json",
+  "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
   "organizeImports": {
     "enabled": false
   },
   "linter": {
-    "enabled": true,
+    "enabled": false,
     "rules": {
       "recommended": true
     }
   "formatter": {
     "enabled": true,
     "indentStyle": "space",
-    "indentSize": 2
+    "indentWidth": 2
   },
   "javascript": {
     "formatter": {
       "quoteStyle": "single",
       "trailingComma": "none",
-      "semicolons": "asNeeded"
+      "semicolons": "asNeeded",
+      "arrowParentheses": "asNeeded"
+    }
+  },
+  "json": {
+    "parser": {
+      "allowComments": true
     }
   },
   "files": {
     "ignore": [
       ".nyc_output/",
-      ".vscode/",
-      "benchmarks/internal/results/",
       "coverage/",
       "docs/**/*.css",
       "docs/**/*.html",