Skip to content

Commit 834b038

Browse files
Merge pull request #115 from evoactivity/typescript-fixes
eslint: if projectService is used, project should be removed
2 parents d2103f0 + 8202884 commit 834b038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

files/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const esmParserOptions = {
2929
<% if (typescript) { %>
3030
const tsParserOptions = {
3131
projectService: true,
32-
project: true,
3332
tsconfigRootDir: import.meta.dirname,
3433
};
3534
<% } %>

0 commit comments

Comments
 (0)