Skip to content

Commit ce3a00c

Browse files
🩹 [Patch]: Add jscpd configuration file to enable code duplication checks in the project
1 parent 922dede commit ce3a00c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"threshold": 0,
3+
"reporters": [
4+
"consoleFull"
5+
],
6+
"ignore": [
7+
"**/tests/**"
8+
],
9+
"absolute": true
10+
}

0 commit comments

Comments
 (0)