Skip to content

Commit

Permalink
fixed errors on test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephisto5558 committed Oct 13, 2024
1 parent 05ebea3 commit 29e050f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export default [
languageOptions: {
parser,
parserOptions: {
projectService: true,
projectService: {
allowDefaultProject: ['*.js', '*.html']
},
tsconfigRootDir: '.',
warnOnUnsupportedTypeScriptVersion: true
},
Expand Down

0 comments on commit 29e050f

Please sign in to comment.