Create .jscpd.json

This commit is contained in:
Alexandre
2022-01-16 22:26:05 +01:00
committed by GitHub
parent 17ec24cb0c
commit 20895312b6

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

@@ -0,0 +1,21 @@
{
"threshold": 0,
"reporters": [
"html",
"markdown"
],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/report/**",
"**/*cache*/**",
"**/*.json",
"**/*.yaml",
"**/*.yml",
"**/*.md",
"**/*.html",
"**/*.xml"
]
}