Skip to content

Commit

Permalink
chore: drop eslint projectService config
Browse files Browse the repository at this point in the history
Not used, and confuses IDE.
  • Loading branch information
nikku committed Oct 12, 2024
1 parent fb0a02e commit 70eb334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ export default [
},
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
tsconfigRootDir: import.meta.dirname
}
}
},
Expand Down

0 comments on commit 70eb334

Please sign in to comment.