From 8713aedf898ceb837f430ad74726815f9b13e74b Mon Sep 17 00:00:00 2001 From: John Kreitlow <863023+radium-v@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:17:07 -0700 Subject: [PATCH] update biome schema --- biome.jsonc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/biome.jsonc b/biome.jsonc index 983986a..981244f 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", "organizeImports": { "enabled": true }, @@ -45,6 +45,11 @@ "**/*.cjs", "**/*.js" ], - "ignore": ["**/dist/**", "**/storybook-static/**", "package-lock.json"] + "ignore": [ + "**/dist/**", + "**/storybook-static/**", + "package-lock.json", + "test/custom-elements-manifest.config.js" + ] } }