Skip to content

Commit

Permalink
ci: tweak jscpd config (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 10, 2023
1 parent a65f175 commit b74650f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"threshold": 0,
"reporters": [
"consoleFull"
],
"ignore": [
"**/__snapshots__/**",
"**/*_test.go",
"**/examples",
"**/node_modules",
"**/dist"
],
"absolute": true
}

0 comments on commit b74650f

Please sign in to comment.