From 21c9d5d90d150797be33a2abb0bd951e72a83a19 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 24 Apr 2022 02:05:11 +0200 Subject: [PATCH] ignoring no-this-alias --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7e5025793..61da5b7d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -73,7 +73,8 @@ "error", { "argsIgnorePattern": "^(_|e|event)" } ], - "@typescript-eslint/no-var-requires": "error" + "@typescript-eslint/no-var-requires": "error", + "@typescript-eslint/no-this-alias": "off" } // "parserOptions": { // "project": "./tsconfig.json"