aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
blob: c13b76480b3480e73a5bdd31968ef4c91189243a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
  "files": {
    "ignore": ["./.cache", "./build", "./app/.server/api/schema.d.ts"]
  },
  "vcs": {
    "enabled": true,
    "clientKind": "git",
    "useIgnoreFile": true
  },
  "linter": {
    "enabled": false
  },
  "formatter": {
    "indentStyle": "space",
    "indentWidth": 2
  }
}