From c51168a30a0dd3fca7b2f42dbab6d3101223f8a6 Mon Sep 17 00:00:00 2001 From: Kamil Gabryjelski Date: Mon, 14 Sep 2020 19:03:37 +0200 Subject: [PATCH] Re-enable no-confusing-arrow rule (#10874) --- superset-frontend/.eslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index c2ddd4f4e1..9f788db2de 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -90,7 +90,6 @@ module.exports = { 'lines-between-class-members': 0, // disabled temporarily 'new-cap': 0, 'no-bitwise': 0, - 'no-confusing-arrow': 0, 'no-continue': 0, 'no-else-return': 0, // disabled temporarily 'no-mixed-operators': 0, @@ -215,7 +214,6 @@ module.exports = { 'no-restricted-globals': 0, // disabled temporarily 'no-else-return': 0, // disabled temporarily 'no-bitwise': 0, - 'no-confusing-arrow': 0, 'no-continue': 0, 'no-mixed-operators': 0, 'no-multi-assign': 0,