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 Oct 7, 2024
1 parent 6286f43 commit 80990da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"devDependencies": {
"@eslint/js": "^9.11.0",
"@types/chroma-js": "^2.4.4",
"@types/react": "^18.3.11,
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.11",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 80990da

Please sign in to comment.