Rename .github/linters/.jscpd.json to .jscpd.json

This commit is contained in:
Alexandre
2022-01-16 22:27:46 +01:00
committed by GitHub
parent 20895312b6
commit 84e9a608ad

21
.jscpd.json 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"
]
}