Skip to content

Commit 8c13405

Browse files
committed
migrate to typescript-eslint v8
1 parent d713244 commit 8c13405

File tree

3 files changed

+64
-70
lines changed

3 files changed

+64
-70
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default [
116116

117117
// This setting is required if you want to use rules which require type information
118118
// https://typescript-eslint.io/packages/parser/#project
119-
project: ['./tsconfig.json'],
119+
projectService: true,
120120
},
121121
},
122122
rules: {

package-lock.json

+62-68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lint-staged": "^15.2.7",
6565
"prettier": "^3.3.3",
6666
"typescript": "^5.5.4",
67-
"typescript-eslint": "^7.18.0"
67+
"typescript-eslint": "^8.0.0"
6868
},
6969
"lint-staged": {
7070
"*.{js,ts,tsx,mdx}": [

0 commit comments

Comments
 (0)