From be50868c640174fe0c6683882eded8d94908a3b4 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 12 Jan 2023 15:42:12 -0500 Subject: [PATCH] specify typescript scanning --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) 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/"