From 8cda652f9f36ae8a7cc990d4312dc9219033b6b3 Mon Sep 17 00:00:00 2001 From: iona-anadras-nemes Date: Thu, 12 Dec 2024 15:32:26 +0100 Subject: [PATCH] fix linting --- .eslintrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index d3f1cfc..c0d8308 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,8 @@ { - "extends": ["@acuris"] -} + "extends": [ + "@acuris" + ], + "parserOptions": { + "project": "./tsconfig.json" + } +} \ No newline at end of file