Skip to content

Commit 6e6ed2c

Browse files
committed
Update README.md and eslint.config.ts.mjs
1 parent 7a910ee commit 6e6ed2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6969
To learn more about Dependabot configurations, visit the
7070
[GitHub Dependabot documentation](https://docs.github.com/en/code-security/dependabot).

eslint.config.ts.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)