Skip to content

Commit 5fde870

Browse files
Add jscpd to find duplicated blocks of code (#264)
1 parent 6705856 commit 5fde870

4 files changed

Lines changed: 726 additions & 20 deletions

File tree

jscpd.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"//": "https://github.com/kucherenko/jscpd/tree/master/apps/jscpd#config-file",
3+
"threshold": 0,
4+
"exitCode": 1,
5+
"gitignore": true,
6+
"ignore": [
7+
"**/*.test.ts",
8+
"packages/dashboard/.output",
9+
"packages/openworkflow/postgres/backend.ts",
10+
"packages/openworkflow/sqlite/backend.ts"
11+
]
12+
}

0 commit comments

Comments
 (0)