From 820288474bee74a815cea907ad3f4962d41612dd Mon Sep 17 00:00:00 2001 From: Liam Potter Date: Tue, 11 Nov 2025 12:05:51 +0000 Subject: [PATCH] if projectService is used, project should be removed --- files/eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/files/eslint.config.mjs b/files/eslint.config.mjs index a33cb7c..6e34f6b 100644 --- a/files/eslint.config.mjs +++ b/files/eslint.config.mjs @@ -29,7 +29,6 @@ const esmParserOptions = { <% if (typescript) { %> const tsParserOptions = { projectService: true, - project: true, tsconfigRootDir: import.meta.dirname, }; <% } %>