From 047d4de2f4636b0fe5408f5c7d5874c7582a94a0 Mon Sep 17 00:00:00 2001 From: meowarex Date: Wed, 22 Oct 2025 11:08:57 +1100 Subject: [PATCH] Update BIOME Preferences --- Reference/luna-plugins | 1 + biome.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 160000 Reference/luna-plugins create mode 100644 biome.json diff --git a/Reference/luna-plugins b/Reference/luna-plugins new file mode 160000 index 0000000..29204be --- /dev/null +++ b/Reference/luna-plugins @@ -0,0 +1 @@ +Subproject commit 29204beb9362803ee82fe5d4fcc9d80c4fa1fb4a diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..362e5f2 --- /dev/null +++ b/biome.json @@ -0,0 +1,9 @@ +{ + "linter": { + "rules": { + "complexity": { + "useArrowFunction": "off" + } + } + } + } \ No newline at end of file