Files
.github/.jscpd.json
2024-09-09 11:09:04 +03:00

7 lines
132 B
JSON

{
"threshold": 5,
"reporters": ["consoleFull"],
"ignore": ["**/__snapshots__/**", "**/node_modules/**"],
"absolute": true
}