Skip to content

Commit

Permalink
chore: update eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vince292007 committed Nov 12, 2024
1 parent 67c2b13 commit 814685c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function typescript(): Promise<Linter.Config[]> {
ecmaVersion: 'latest',
extraFileExtensions: ['.vue'],
jsxPragma: 'React',
project: './tsconfig.*?.json',
project: './tsconfig.*.json',
sourceType: 'module',
},
},
Expand Down

0 comments on commit 814685c

Please sign in to comment.