main
version: "2" checks: file-lines: config: threshold: 1500 method-complexity: config: threshold: 20 method-lines: config: threshold: 500 exclude_patterns: - "**/node_modules/" - "test/" - "**/*.d.ts" - "**/*.js"