forked from db-ui/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jscpd.json
54 lines (54 loc) · 1.66 KB
/
.jscpd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"threshold": 0,
"reporters": ["console"],
"minTokens": 65,
"ignore": [
".history/**",
"**/.idea/**",
"**/.vscode/**",
"**/build/**",
"**/public/**",
"**/dist/**",
"**/build-outputs/**",
"**/build-showcases/**",
"**/output/**",
"**/node_modules/**",
"**/__snapshots__/**",
"**/test-results/**",
"**/*.spec.tsx",
"**/.next/**",
"**/.github/**",
"**/docs/**",
"**/next-showcase/components/**",
"**/patternhub/**/components/**",
"**/*-example/index.html",
"**/*-showcase/index.html",
"**/angular.json",
"**/tsconfig.json",
"**/angular-*/**/main.ts",
"**/README.md",
"**/generated/**",
"showcases/shared/*.json",
"showcases/patternhub/out/**",
"packages/components/src/components/**/index.html",
"packages/components/src/components/alert/alert.lite.tsx",
"showcases/react-showcase/src/components/alert/index.tsx",
"packages/components/src/components/checkbox/checkbox.lite.tsx",
"showcases/react-showcase/src/components/checkbox/index.tsx",
"packages/components/src/components/radio/radio.lite.tsx",
"showcases/react-showcase/src/components/radio/index.tsx",
"showcases/react-showcase/src/components/radio/index.tsx",
"showcases/react-showcase/src/components/alert/index.tsx",
"showcases/vue-showcase/src/components/form/Form.vue",
"showcases/angular-showcase/.angular/cache/**",
"packages/components/src/components/**/*.spec.tsx",
"packages/components/src/components/tag/tag.spec.tsx",
"**/**config.ts",
"**/navigation-items.ts",
"showcases/angular-showcase/.angular/cache",
"packages/foundations/assets/icons/functional/fonts/**",
"**/playwright-report/**",
"packages/foundations/src"
],
"absolute": true
}