Skip to content

Commit a376252

Browse files
committed
Fix eslint config
1 parent f34b923 commit a376252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default [
6363
languageOptions: {
6464
parserOptions: {
6565
projectService: true,
66-
tsconfigRootDir: import.meta.url,
66+
tsconfigRootDir: __dirname,
6767
},
6868
},
6969
},

0 commit comments

Comments
 (0)