From f4a123c9f79a1c5a1dd4b75dd376fbf89c672ce0 Mon Sep 17 00:00:00 2001 From: high1 Date: Sun, 25 Jan 2026 13:21:11 +0100 Subject: [PATCH] chore(eslint): Removed unneded tsconfigRootDir --- eslint.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.ts b/eslint.config.ts index da6658e..f6c6c8d 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -27,7 +27,6 @@ export default defineConfig( }, extraFileExtensions: ['.css'], projectService: true, - tsconfigRootDir: import.meta.dirname, }, }, },