Skip to content

Commit

Permalink
feat(base): [typescript-eslint] update parserOptions to use projectSe…
Browse files Browse the repository at this point in the history
…rvice instead of project

- following recommendation from typescript-eslint: https://typescript-eslint.io/packages/parser#project
  • Loading branch information
SimonGolms committed Jan 7, 2025
1 parent 7d39cb1 commit 02ac930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = tseslint.config(
languageOptions: {
parserOptions: {
// find the tsconfig.json nearest each source file
project: true,
projectService: true,
},
},
linterOptions: {
Expand Down

0 comments on commit 02ac930

Please sign in to comment.