File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ npm run dev
6464
6565# GitHub Workflows
6666
67- This template contains a GitHub workflows designed to update project dependencies and scan the code for security vulnerabilities every month.
67+ This template contains GitHub workflows designed to update project dependencies and scan the code for security vulnerabilities every month.
6868
6969To learn more about Dependabot configurations, visit the
7070[ GitHub Dependabot documentation] ( https://docs.github.com/en/code-security/dependabot ) .
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ export default tsEslint.config(
4848 ecmaVersion : 2022 ,
4949 sourceType : 'module' ,
5050 parserOptions : {
51- projectService : true
51+ projectService : true ,
52+ tsconfigRootDir : import . meta. dirname
5253 }
5354 } ,
5455 rules : {
You can’t perform that action at this time.
0 commit comments