Skip to content

Commit 1bb1d44

Browse files
committed
Update jscpd configuration to include package-lock.json in ignored files
1 parent bce4a61 commit 1bb1d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ignore": [
3+
"package-lock.json",
34
"**/package-lock.json",
45
"**/yarn.lock",
56
"**/pnpm-lock.yaml",

0 commit comments

Comments
 (0)