Create .jscpd.json

This commit is contained in:
Alexandre
2022-01-18 13:12:33 +01:00
committed by GitHub
parent 26fdd9ff76
commit 4cf5bb47dd

8
.github/linters/.jscpd.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/.git/**",
"**/*.md",
]
}