From 683f6741a6a04d41912b5a1bc85451406a9b4cae Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Sat, 24 May 2025 12:34:08 +0200 Subject: [PATCH] fix: update standard configuration to include ignore for scripts directory --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b1648bd..2a2cf4c 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,9 @@ "standard": { "globals": [ "requestAnimationFrame" + ], + "ignore": [ + "scripts/" ] }, "pre-commit": [