From 5b6387cb2828dd153e87276c4fdac0b764471ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 1 Mar 2021 23:26:04 +0000 Subject: [PATCH] chore(tests): remove old eslint override --- ui/.eslintrc.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/.eslintrc.yaml b/ui/.eslintrc.yaml index 311f2bb93..1166dfdd9 100644 --- a/ui/.eslintrc.yaml +++ b/ui/.eslintrc.yaml @@ -17,8 +17,6 @@ rules: "@typescript-eslint/no-empty-function": off # noisy "@typescript-eslint/explicit-function-return-type": off - # # https://github.com/typescript-eslint/typescript-eslint/issues/2502 - "@typescript-eslint/no-use-before-define": off overrides: - files: - "**/__mocks__/*.ts"