Skip to content
Snippets Groups Projects
.jscpd.json 303 B
Newer Older
{
  "threshold": 0.2,
  "reporters": ["console"],
  "ignore": [
    "**/node_modules/**",
    "**/.meteor/**",
    "./packages/**",
    "./i18n/*.json",
    "**/*.svg",
    "**.test.js",
    "*/**/**.tests.jsx",
    "*/**/**.tests.js"
  ],
  "absolute": true,
  "minTokens": 100
}