aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
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
+ }
+}