version: '2' checks: complex-logic: config: threshold: 7 plugins: eslint: enabled: true channel: 'eslint-6' config: config: .eslintrc.json ignore_warnings: false duplication: enabled: true config: languages: javascript: mass_threshold: 50 exclude_patterns: - '**/node_modules/'