aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-01 22:06:22 +0900
committernsfisis <nsfisis@gmail.com>2024-08-01 22:06:22 +0900
commitae750a66feb478b06ae62bf8947782c11606de2d (patch)
treeeea506972a554cd8779becc0b474a00023cf7a54 /frontend/biome.json
parent7ccf1da2f7448d93f8209982813e4097af13fd70 (diff)
downloadiosdc-japan-2025-albatross-ae750a66feb478b06ae62bf8947782c11606de2d.tar.gz
iosdc-japan-2025-albatross-ae750a66feb478b06ae62bf8947782c11606de2d.tar.zst
iosdc-japan-2025-albatross-ae750a66feb478b06ae62bf8947782c11606de2d.zip
feat(frontend): install `biome` instead of `prettier`
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
new file mode 100644
index 0000000..c13b764
--- /dev/null
+++ b/frontend/biome.json
@@ -0,0 +1,18 @@
+{
+ "$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
+ }
+}