diff --git a/.codeclimate.yml b/.codeclimate.yml index b838579f..b3a56d58 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,6 +9,9 @@ checks: method-lines: config: threshold: 500 +plugins: + eslint: + enabled: true exclude_patterns: - "cypress/" - "**/node_modules/"