From 998184a00ea6c940d75c14e28349b611eab9058e Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 21 Jan 2024 15:45:28 +0100 Subject: [PATCH] Remove the `no-confusing-arrow` ESLint rule since it's deprecated Please see https://eslint.org/docs/latest/rules/no-confusing-arrow --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index d373b663c..f7e7d2def 100644 --- a/.eslintrc +++ b/.eslintrc @@ -244,7 +244,6 @@ // ECMAScript 6 "constructor-super": "error", "no-class-assign": "error", - "no-confusing-arrow": "error", "no-const-assign": "error", "no-dupe-class-members": "error", "no-duplicate-imports": "error",