Pulse/frontend-modern/.jscpd.json
2026-03-18 16:06:30 +00:00

18 lines
320 B
JSON

{
"threshold": 3,
"reporters": ["console"],
"ignore": [
"node_modules/**",
"dist/**",
"public/**",
"**/*.test.ts",
"**/*.test.tsx",
"**/__tests__/**"
],
"absolute": false,
"gitignore": true,
"format": ["typescript", "tsx"],
"minLines": 25,
"minTokens": 50,
"path": ["src/"]
}