Skip to content

Commit 69c0299

Browse files
committed
chore: update tsconfigRootDir in ESLint configuration to use import.meta.dirname
1 parent 20d7136 commit 69c0299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default tseslint.config(
2121
languageOptions: {
2222
parserOptions: {
2323
project: "tsconfig.eslint.json",
24-
tsconfigRootDir: ".",
24+
tsconfigRootDir: import.meta.dirname,
2525
},
2626
},
2727
rules: {

0 commit comments

Comments
 (0)