Files
initiative/.jscpd.json

9 lines
197 B
JSON

{
"threshold": 5,
"minLines": 5,
"minTokens": 50,
"pattern": ["**/*.ts", "**/*.tsx"],
"ignore": ["node_modules", "dist", "build", "coverage", ".specify", "specs"],
"reporters": ["console"]
}