Skip to content

Commit

Permalink
fix(typescript): fix projectService defaultProject
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 30, 2024
1 parent d427bef commit f31d836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default tseslint.config({
parser: tseslint.parser,
parserOptions: {
ecmaVersion: common[0].languageOptions.ecmaVersion,
projectService: true
projectService: {
allowDefaultProject: ["*.config.js", "*.config.ts", "./*.js"]
}
}
},
rules: {
Expand Down

0 comments on commit f31d836

Please sign in to comment.