Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1.31
  • 4.20.1
  • 4.20.0
  • 4.19.0
  • 4.18.0
  • 4.17.0
  • 4.16.0
  • 4.15.4
  • 4.15.3
  • 4.15.2
  • 4.15.1
  • 4.15.0
  • 4.14.0
  • 4.13.1
  • 4.13.0
  • 4.12.0
  • 4.11.1
  • 4.11.0
  • 4.10.4
  • 4.10.3
  • 4.10.2
22 results

biome.json

Blame
  • biome.json 200 B
    {
      "$schema": "https://biomejs.dev/schemas/1.2.2/schema.json",
      "organizeImports": {
        "enabled": false
      },
      "linter": {
        "enabled": true,
        "rules": {
          "recommended": true
        }
      }
    }