Skip to content

Commit

Permalink
fix: typescript-eslint projectService: true
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso committed Jan 17, 2025
1 parent 2e8b549 commit 5bc2d99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export default tseslint.config(
globals: {
...globals.es2021,
},

parserOptions: {
projectService: true,
},
},

rules: {
Expand Down

0 comments on commit 5bc2d99

Please sign in to comment.