Skip to content

Commit

Permalink
chore: add tsconfigRootDir to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jul 8, 2024
1 parent 2fbe1e6 commit fb3d8b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export default tseslint.config(
},
parser: tseslint.parser,
parserOptions: {
project: ['./tsconfig.base.json']
project: ['./tsconfig.base.json'],
tsconfigRootDir: import.meta.dirname,
}
},
settings: {
Expand Down

0 comments on commit fb3d8b7

Please sign in to comment.