summaryrefslogtreecommitdiff
path: root/biome.json
blob: 566ee72f3bd821caf25d448f641c34233bb13664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json",
  "formatter": {
    "enabled": true,
    "indentStyle": "space",
    "indentWidth": 2,
    "lineWidth": 140
  },
  "linter": {
    "enabled": true,
    "rules": {
      "recommended": true
    }
  }
}