Skip to content

Commit

Permalink
fix: eslint tsconfig root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jan 31, 2025
1 parent 669e756 commit 9b42353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const config = tseslint.config(
parserOptions: {
ecmaVersion: 2021,
sourceType: "module",
tsconfigRootDir: import.meta.dirname,
project: "./tsconfig.json",
},
globals: {
Expand Down

0 comments on commit 9b42353

Please sign in to comment.