Files
sysvinit-service-generator/.github/linters/.jscpd.json

7 lines
132 B
JSON

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