From 3ffd7bc161327510baf41fb8e2f753a6d862f2f6 Mon Sep 17 00:00:00 2001 From: John Solly Date: Fri, 8 Mar 2024 13:48:42 -0500 Subject: [PATCH] skip stripe buy button for linter --- biome.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index d93412b..18ff732 100644 --- a/biome.json +++ b/biome.json @@ -3,6 +3,11 @@ "organizeImports": { "enabled": true }, + "files": { + "ignore": [ + "src/scripts/stripeBuyButton.js" + ] + }, "linter": { "enabled": true, "rules": { @@ -20,4 +25,4 @@ "clientKind": "git", "useIgnoreFile": true } -} +} \ No newline at end of file