{
  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
  "organizeImports": {
    "enabled": true
  },
  "linter": {
    "enabled": true,
    "rules": {
      "complexity": { "noForEach": "off" },
      "suspicious": { "noExplicitAny": "off" },
      "recommended": true
    }
  }
}