2026-07-13 23:42:54 +08:00
|
|
|
{
|
2026-07-14 00:24:04 +08:00
|
|
|
"minTokens": 60,
|
|
|
|
|
"minLines": 6,
|
2026-07-13 23:42:54 +08:00
|
|
|
"mode": "mild",
|
|
|
|
|
"format": ["typescript"],
|
2026-07-14 00:24:04 +08:00
|
|
|
"pattern": "**/*.ts",
|
|
|
|
|
"ignore": ["**/tests/**", "**/tsdown.config.ts"],
|
2026-07-13 23:42:54 +08:00
|
|
|
"ignorePattern": [
|
|
|
|
|
"(?s)/\\* jscpd:ignore-start \\*/.*?/\\* jscpd:ignore-end \\*/"
|
|
|
|
|
],
|
|
|
|
|
"reporters": ["console"],
|
|
|
|
|
"exitCode": 1,
|
|
|
|
|
"noColors": true,
|
|
|
|
|
"noTips": true
|
|
|
|
|
}
|