From aac16531314dc44b559630c9de46b07d9d9c10dc Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 12 Jan 2023 15:28:51 -0500 Subject: [PATCH] use eslint 8 --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index b3a56d58..80ef7d40 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,6 +12,7 @@ checks: plugins: eslint: enabled: true + channel: "eslint-8" exclude_patterns: - "cypress/" - "**/node_modules/"