Create .jscpd.json
This commit is contained in:
parent
6e843f06c5
commit
5559b77915
1 changed files with 15 additions and 0 deletions
15
.jscpd.json
Normal file
15
.jscpd.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"threshold": 0,
|
||||||
|
"reporters": ["html", "markdown"],
|
||||||
|
"ignore": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/.git/**",
|
||||||
|
"**/.rbenv/**",
|
||||||
|
"**/.venv/**",
|
||||||
|
"**/*cache*/**",
|
||||||
|
"**/.github/**",
|
||||||
|
"**/.idea/**",
|
||||||
|
"**/report/**",
|
||||||
|
"**/*.svg"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue