summaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/biome.json b/biome.json
new file mode 100644
index 0000000..80940cb
--- /dev/null
+++ b/biome.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
+ "formatter": {
+ "ignore": [
+ ".direnv/**",
+ ".git/**",
+ "dist/**",
+ "flake.lock",
+ "pnpm-lock.yaml"
+ ]
+ }
+}