From 9250be8a1b0b5a6478130a0fd6a832754ac863b0 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:52:02 +0000 Subject: Configure no-unused-vars plugin --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index eba937e..04e16af 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,5 +11,9 @@ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended" - ] + ], + "rules": { + "no-unused-vars": "off", + "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }] + } } -- cgit v1.2.3-70-g09d2