version: "2" checks: argument-count: enabled: true config: threshold: 5 method-lines: enabled: true config: threshold: 50 method-count: enabled: false method-complexity: enabled: true config: threshold: 25 file-lines: enabled: true config: threshold: 350 exclude_patterns: - "config/" - "db/" - "dist/" - "lib/" - "example/" - "features/" - "**/node_modules/" - "script/" - "**/spec/" - "**/test/" - "**/tests/" - "**/vendor/" - "**/*.d.ts" - "**/.eslintrc.js" - "**/webpack.config.js"