Skip to content

Commit 1cd0fe2

Browse files
authored
Use dirname for config (#655)
1 parent 798f563 commit 1cd0fe2

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
@@ -51,7 +51,7 @@ export default [
5151

5252
parserOptions: {
5353
project: ['tsconfig.eslint.json'],
54-
tsconfigRootDir: '.',
54+
tsconfigRootDir: __dirname,
5555
},
5656
},
5757

0 commit comments

Comments
 (0)