We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b0fe commit 4f22053Copy full SHA for 4f22053
package.json
@@ -16,7 +16,7 @@
16
"build": "./node_modules/typescript/bin/tsc",
17
"build-watch": "./node_modules/typescript/bin/tsc --watch",
18
"lint": "./node_modules/tslint/bin/tslint --project ./tsconfig.json -c ./tslint.json",
19
- "duplication-limit": "./node_modules/jscpd/bin/jscpd --limit=0",
+ "duplication-limit": "./node_modules/jscpd/bin/jscpd --limit 1",
20
"duplication": "./node_modules/jscpd/bin/jscpd"
21
},
22
"dependencies": {
0 commit comments