Skip to content

Commit 29bc94e

Browse files
committed
Fix lint code base error
1 parent c6289a4 commit 29bc94e

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
@@ -42,7 +42,7 @@ export default [{
4242
},
4343

4444
project: ["./tsconfig.json"],
45-
tsconfigRootDir: "./",
45+
tsconfigRootDir: __dirname,
4646
},
4747
},
4848

0 commit comments

Comments
 (0)