diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-01 22:22:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-01 22:22:12 +0900 |
| commit | 8f2cceacc8fde328033de7f05bb12e7b1246dd86 (patch) | |
| tree | acb93a52454315c286b9e0f3c624ae1bbcfa32f5 /frontend/biome.json | |
| parent | 00e50b2dcfed209669c46da54dc07905d65887b8 (diff) | |
| download | iosdc-japan-2024-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.tar.gz iosdc-japan-2024-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.tar.zst iosdc-japan-2024-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.zip | |
chore(frontend): [biome] format
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 + } } |
