From 8062a43a0a8daf41b915ec919b19f62a6b305c2d Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 4 Aug 2025 23:31:48 +0200 Subject: [PATCH] wip: Biome config (TO DELETE LATER) --- biome.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 biome.json diff --git a/biome.json b/biome.json new file mode 100644 index 00000000..dd8158da --- /dev/null +++ b/biome.json @@ -0,0 +1,5 @@ +{ + "formatter": { + "useEditorconfig": true + } +}