UNPKG

333 BYAMLView Raw
1version: "2"
2checks:
3 argument-count:
4 config:
5 threshold: 10
6 method-count:
7 config:
8 threshold: 25
9 method-lines:
10 config:
11 threshold: 50
12exclude_patterns:
13 - ".eslintrc.js"
14 - ".template-lintrc.js"
15 - "dist/"
16 - "**/node_modules/"
17 - "**/node-tests/"
18 - "**/test/"
19 - "**/tests/"
20 - "**/vendor/"
\No newline at end of file