From 69502f9e573c54c04b87d7ba93c93fad71b95922 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 20 Feb 2023 11:38:58 +0000 Subject: [PATCH] fix eslint tsconfigs --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index fb71ba0..243c59a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,8 +18,8 @@ "projecasdft": true, "project": [ "./tsconfig.json", - "examples/tsconfig.examples.json", - "tsconfig.test.json" + "./tsconfig.examples.json", + "./tsconfig.test.json" ] }, "rules": {