Skip to content

Commit 673cb11

Browse files
committed
Add examples to jscpd ignore
1 parent 3645322 commit 673cb11

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
{
2-
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**"],
2+
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "**/examples/**"],
33
"threshold": 3,
44
"reporters": ["html", "markdown"]
55
}

0 commit comments

Comments
 (0)