From 8f3fb88dfa76dca215c590faf1db672807eb62f8 Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 19 May 2023 20:45:04 +0200 Subject: [PATCH] rm project from eslintrc.json --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index b832e27..29d8c6c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,8 +8,8 @@ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", - "sourceType": "module", - "project": ["./tsconfig.json"] + "sourceType": "module" + // "project": ["./tsconfig.json"] }, "rules": {}, "ignorePatterns": ["coverage", "dist", "node_modules"]