Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.upignore

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