From 3403dc9bfd744b9b0dbb762f32281fb1e7e35c66 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Sat, 6 Aug 2022 00:44:24 +0900 Subject: [PATCH] Enable ESLint 8 on CodeClimate (#18207) https://github.com/codeclimate/codeclimate/pull/1040#issuecomment-1135080381 Signed-off-by: Takuya Noguchi --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index e1457adca..286bc80f8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -48,7 +48,7 @@ plugins: enabled: true eslint: enabled: true - channel: "eslint-6" + channel: "eslint-8" exclude_patterns: - "app/javascript/**/index.js" # exclude barrel files duplication: