diff options
Diffstat (limited to 'frontend/biome.json')
| -rw-r--r-- | frontend/biome.json | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/frontend/biome.json b/frontend/biome.json index c13b764..2bafdc7 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -1,18 +1,17 @@ { - "$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 - } + "$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": { + "enabled": true + } } |
