From 9c4ebdd59b07fc0dfbf9fd07c6576a3c6e02c69f Mon Sep 17 00:00:00 2001 From: tada5hi Date: Mon, 14 Mar 2022 07:26:06 +0100 Subject: [PATCH] update dependencies + added eslint --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index c7c604a..e468ee3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,7 @@ "no-continue": "off", "no-use-before-define": "off", "no-nested-ternary": "off", + "no-shadow": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-use-before-define": "off"