diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json new file mode 100644 index 000000000..4538dc353 --- /dev/null +++ b/.github/linters/.jscpd.json @@ -0,0 +1,8 @@ +{ + "threshold": 0, + "reporters": ["html", "markdown"], + "ignore": [ + "**/.git/**", + "**/*.md", + ] +}