Skip to content

Commit 73137d7

Browse files
committed
chore: update tsconfigRootDir in eslint configuration to use __dirname
1 parent 1cfede2 commit 73137d7

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
@@ -53,7 +53,7 @@ export default [
5353

5454
parserOptions: {
5555
project: ["tsconfig.eslint.json"],
56-
tsconfigRootDir: ".",
56+
tsconfigRootDir: __dirname,
5757
},
5858
},
5959

0 commit comments

Comments
 (0)