diff --git a/.codeclimate.yml b/.codeclimate.yml index 80ef7d40..80f2b30b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,6 +13,9 @@ plugins: eslint: enabled: true channel: "eslint-8" + config: + extensions: + - .ts exclude_patterns: - "cypress/" - "**/node_modules/"