Skip to content

Commit be18797

Browse files
committed
Set JSCPD to 3
1 parent 7fbc228 commit be18797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "**/examples/**"],
3-
"threshold": 0,
3+
"threshold": 3,
44
"reporters": ["html", "markdown"]
55
}

0 commit comments

Comments
 (0)