From 2be80b66c015c542a7beda0a16cc8bc0d44c4098 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 12 Jan 2023 15:24:19 -0500 Subject: [PATCH] test eslint analysis on codeclimate --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) 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/"