From 2a6d6c52d7590005edbbb16278024abbd1964bfc Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Fri, 15 Jan 2021 18:20:07 +0100 Subject: [PATCH] Update ESLint configuration Remove the line to disable the "github/no-unused-vars" rule. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 86cdc5d6e..f31264f37 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,7 +44,6 @@ "@typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-return": "off", - "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/prefer-regexp-exec": "off", "@typescript-eslint/require-await": "off",