From 2b8fea0fd0b514b5ca4349185bf4dfb4455d5875 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:47:02 +0000 Subject: Configures stuff --- biome.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 biome.json (limited to 'biome.json') diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..f8702e4 --- /dev/null +++ b/biome.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "organizeImports": { + "enabled": true + }, + "linter": { + "enabled": true, + "rules": { + "recommended": true + } + } +} -- cgit v1.2.3