Skip to content

Commit f88bc69

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

File tree

3 files changed

+76
-70
lines changed

3 files changed

+76
-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

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"devDependencies": {
3939
"@eslint/js": "^9.8.0",
4040
"@types/chroma-js": "^2.4.4",
41+
"@types/eslint__js": "^8.42.3",
4142
"@types/react": "^18.3.3",
4243
"babel-plugin-styled-components": "^2.1.4",
4344
"eslint": "^9.8.0",
@@ -64,7 +65,7 @@
6465
"lint-staged": "^15.2.7",
6566
"prettier": "^3.3.3",
6667
"typescript": "^5.5.4",
67-
"typescript-eslint": "^7.18.0"
68+
"typescript-eslint": "^8.0.0"
6869
},
6970
"lint-staged": {
7071
"*.{js,ts,tsx,mdx}": [

0 commit comments

Comments
 (0)