From 39f48c7d2c41ebf7e7696b52b4877edf5dde5855 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 12 Jan 2023 15:46:06 -0500 Subject: [PATCH] eslint removed, plugins not supported --- .codeclimate.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 80f2b30b..b838579f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,13 +9,6 @@ checks: method-lines: config: threshold: 500 -plugins: - eslint: - enabled: true - channel: "eslint-8" - config: - extensions: - - .ts exclude_patterns: - "cypress/" - "**/node_modules/"