Skip to content

Commit 91196e1

Browse files
committed
fix eslint issue after update
1 parent de2a09b commit 91196e1

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: __dirname
5757
}
5858
},
5959

0 commit comments

Comments
 (0)