From db59ed01aa716272c69e8bda1cb4bebe09456e3f Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 14 Feb 2022 02:20:30 +0100 Subject: [PATCH] linting fix --- .eslintrc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1a24e3a7b..325a30bc8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,10 +72,10 @@ "@typescript-eslint/no-empty-function": "error", "@typescript-eslint/no-unused-vars": "error", "@typescript-eslint/no-var-requires": "error" - }, - "parserOptions": { - "project": "./tsconfig.json" } + // "parserOptions": { + // "project": "./tsconfig.json" + // } } ] }