aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 22:28:29 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 22:28:29 +0900
commit4b206bf707ef5d092ea9579fe82a06ee1d6e0337 (patch)
treef3eb93e716cf1c6da2bccc112ce3b7cebff95222 /frontend/biome.json
parent7ccf1da2f7448d93f8209982813e4097af13fd70 (diff)
parent3a59aa595b1674e9286f4df0035b5b1e38e6957d (diff)
downloadiosdc-japan-2024-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.tar.gz
iosdc-japan-2024-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.tar.zst
iosdc-japan-2024-albatross-4b206bf707ef5d092ea9579fe82a06ee1d6e0337.zip
Merge branch 'feat/biome'
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
new file mode 100644
index 0000000..2bafdc7
--- /dev/null
+++ b/frontend/biome.json
@@ -0,0 +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": {
+ "enabled": true
+ }
+}