Skip to content

Commit f2e3072

Browse files
authored
chore: eslint config fix (#1338)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c36bcef commit f2e3072

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eslint.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ export default [
6868
files: ['src/**/*.ts'],
6969
languageOptions: {
7070
parserOptions: {
71-
project: path.join(__dirname, 'tsconfig.json'),
72-
},
71+
projectService: true,
72+
tsconfigRootDir: __dirname
73+
}
7374
},
7475
},
7576
{

0 commit comments

Comments
 (0)