aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-04 22:55:01 +0900
committernsfisis <nsfisis@gmail.com>2025-03-08 10:12:44 +0900
commit1e6df136d8202c8adf65948527f4c3e7583b338c (patch)
tree7c82476f6bbbc71d72ab7e71e39559eca197fd95 /frontend/biome.json
parent54316868c3bec1ff9b04643dfe6c13cf56bf3246 (diff)
downloadphperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.tar.gz
phperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.tar.zst
phperkaigi-2025-albatross-1e6df136d8202c8adf65948527f4c3e7583b338c.zip
websocket to polling
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"
+ }
}
}