Skip to content

Commit

Permalink
Update typescript eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Aug 2, 2024
1 parent 9b21f5f commit e07c995
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 77 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default tseslint.config(
{
languageOptions: {
parserOptions: {
project: true,
projectService: true,
// @ts-ignore
tsconfigRootDir: import.meta.dirname,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.15.0"
"typescript-eslint": "8.0.0"
}
}
142 changes: 67 additions & 75 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e07c995

Please sign in to comment.