From 1e4f8e68e05887ac8d9d58321b15f6e38c007c28 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 26 Nov 2019 10:10:15 -0330 Subject: [PATCH] eslint: Enable no-confusing-arrow rule --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 74b30dcbe..7dd494ddc 100644 --- a/.eslintrc +++ b/.eslintrc @@ -72,6 +72,7 @@ "no-caller": 2, "no-class-assign": 2, "no-cond-assign": 2, + "no-confusing-arrow": 2, "no-const-assign": 2, "no-control-regex": 2, "no-debugger": 2,