Skip to content

Commit

Permalink
migrate to typescript-eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Aug 1, 2024
1 parent d713244 commit f88bc69
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 70 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default [

// This setting is required if you want to use rules which require type information
// https://typescript-eslint.io/packages/parser/#project
project: ['./tsconfig.json'],
projectService: true,
},
},
rules: {
Expand Down
141 changes: 73 additions & 68 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/chroma-js": "^2.4.4",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.8.0",
Expand All @@ -64,7 +65,7 @@
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
"typescript-eslint": "^8.0.0"
},
"lint-staged": {
"*.{js,ts,tsx,mdx}": [
Expand Down

0 comments on commit f88bc69

Please sign in to comment.