From 1ee44b1696cacd15a886182b3a7e46675612f70b Mon Sep 17 00:00:00 2001 From: Robert-96 Date: Sat, 7 Sep 2024 23:00:05 +0100 Subject: [PATCH] Update .jscpd.json --- .jscpd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jscpd.json b/.jscpd.json index 621c529..4919955 100644 --- a/.jscpd.json +++ b/.jscpd.json @@ -1,6 +1,6 @@ { "threshold": 0, "reporters": ["consoleFull"], - "ignore": ["**/__snapshots__/**", "**/node_modules/**", "src/index.html"], + "ignore": ["**/__snapshots__/**", "**/node_modules/**", "**/src/index.html"], "absolute": true }