From 8c1230d5017a3c396fe2967a736c6e16ff161c82 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 21 Nov 2021 17:41:48 +0100 Subject: [PATCH] Remove reference to deleted tsconfig.frontend.json from eslint config --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index a506e1e..8b0a7b4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,8 +7,7 @@ "parserOptions": { "project": [ "./tsconfig.json", - "./tsconfig.test.json", - "./tsconfig.frontend.json" + "./tsconfig.test.json" ] }, "extends": [