From b69de3809722ace9ecfd059ddf7ab88ceaee8ba7 Mon Sep 17 00:00:00 2001 From: TylerCarrol <25536704+TylerCarrol@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:27:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20[MegaLinter]=20Apply=20?= =?UTF-8?q?[1]=20automatic=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jscpd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jscpd.json b/.jscpd.json index f916643..4db0004 100644 --- a/.jscpd.json +++ b/.jscpd.json @@ -1,4 +1,4 @@ { "threshold": 0.1, - "ignore": ["*.Tests/**",".github/**"] + "ignore": ["*.Tests/**", ".github/**"] }