aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 10:51:41 +0900
commita7ce31249948e4f0c1950de93f3c4f7cdda51cf4 (patch)
treec4c740f0cccd15f825596f7a115f3b8f8eb8ffa7 /frontend/biome.json
parent7f4d16dca85263dcbc7b3bb29f5fc50f4371739d (diff)
parentc06d46eae30c9468535fb6af5e9b822acadbbdb6 (diff)
downloadiosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.gz
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.tar.zst
iosdc-japan-2025-albatross-a7ce31249948e4f0c1950de93f3c4f7cdda51cf4.zip
Merge branch 'phperkaigi-2025'
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json22
1 files changed, 16 insertions, 6 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
index 2bafdc7..34ae968 100644
--- a/frontend/biome.json
+++ b/frontend/biome.json
@@ -1,17 +1,27 @@
{
- "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
- "files": {
- "ignore": ["./.cache", "./build", "./app/.server/api/schema.d.ts"]
- },
+ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
- "linter": {
- "enabled": false
+ "files": {
+ "ignoreUnknown": false,
+ "ignore": ["./.cache", "./build", "./app/api/schema.d.ts"]
},
"formatter": {
+ "enabled": true,
+ "indentStyle": "tab"
+ },
+ "organizeImports": {
"enabled": true
+ },
+ "linter": {
+ "enabled": false
+ },
+ "javascript": {
+ "formatter": {
+ "quoteStyle": "double"
+ }
}
}