From 53937fd58023ef800bd8ca1cd2b6d2d7bc891834 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 12 Nov 2021 03:59:35 +0100 Subject: chore: update eslint deps to latest (#2213) - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues --- src/features/quickSwitch/Component.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/features/quickSwitch/Component.js') diff --git a/src/features/quickSwitch/Component.js b/src/features/quickSwitch/Component.js index d5cb9179f..75587cc1d 100644 --- a/src/features/quickSwitch/Component.js +++ b/src/features/quickSwitch/Component.js @@ -99,8 +99,6 @@ class QuickSwitchModal extends Component { ARROW_UP = 38; - SHIFT = 16; - ENTER = 13; TAB = 9; -- cgit v1.2.3-54-g00ecf