Skip to content

Commit 7af70fe

Browse files
authored
Update tsconfigRootDir to use import.meta.dirname
1 parent 82f044b commit 7af70fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: import.meta.dirname
5757
}
5858
},
5959

0 commit comments

Comments
 (0)