aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 22:22:12 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 22:22:12 +0900
commit8f2cceacc8fde328033de7f05bb12e7b1246dd86 (patch)
treeacb93a52454315c286b9e0f3c624ae1bbcfa32f5 /frontend/biome.json
parent00e50b2dcfed209669c46da54dc07905d65887b8 (diff)
downloadiosdc-japan-2025-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.tar.gz
iosdc-japan-2025-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.tar.zst
iosdc-japan-2025-albatross-8f2cceacc8fde328033de7f05bb12e7b1246dd86.zip
chore(frontend): [biome] format
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json31
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
+ }
}