Skip to content

Commit

Permalink
ci(lint) jscpd - ignore /dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 19, 2022
1 parent 5c18021 commit 4e4cb80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"threshold": 0,
"reporters": ["consoleFull"],
"ignore": ["**/__snapshots__/**", "**/fixtures/**", ".mergify.yml"],
"ignore": [
"**/__snapshots__/**",
"**/fixtures/**",
"**/dist/**",
".mergify.yml"
],
"absolute": true
}

0 comments on commit 4e4cb80

Please sign in to comment.