From 0498bc56847559d9716ff23856e94c18b37da425 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 8 Jun 2025 12:19:10 -0700 Subject: [PATCH] Ignore code duplication in specs --- .jscpd.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .jscpd.json diff --git a/.jscpd.json b/.jscpd.json new file mode 100644 index 0000000..6db8ed8 --- /dev/null +++ b/.jscpd.json @@ -0,0 +1,4 @@ +{ + "threshold": 1, + "ignore": ["spec/**"] +} \ No newline at end of file