From ba7ea0ccd73eaa7f38188a4b737339ac9c4d1d9f Mon Sep 17 00:00:00 2001 From: Adam Kroon Date: Mon, 24 Jun 2024 11:21:45 -0700 Subject: [PATCH] MVP-355: Add Plugins to Code Climate Config --- .codeclimate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.codeclimate.yaml b/.codeclimate.yaml index ea82024..5ce351f 100644 --- a/.codeclimate.yaml +++ b/.codeclimate.yaml @@ -52,3 +52,11 @@ exclude_patterns: - "**/__tests__/" - ".github/" - "**/.docker/" + +plugins: + eslint: + enabled: true + channel: "eslint-8" + config: .eslintrc.cjs + fixme: + enabled: true