Skip to content

Commit

Permalink
Merge pull request #436 from na2na-p/renovate/major-typescript-eslint…
Browse files Browse the repository at this point in the history
…-monorepo

chore(deps): update dependency typescript-eslint to v8
  • Loading branch information
2na2-p[bot] authored Oct 3, 2024
2 parents a8fd386 + 2ef9500 commit 73b5f94
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 121 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const typescriptEslintCustomRules = {
{
varsIgnorePattern: '^_',
argsIgnorePattern: '^_',
caughtErrorsIgnorePattern: '^_',
destructuredArrayIgnorePattern: '^_',
},
],
'@typescript-eslint/consistent-type-imports': [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "3.3.3",
"tsx": "4.19.1",
"typescript": "5.6.2",
"typescript-eslint": "7.18.0",
"typescript-eslint": "8.8.0",
"vitest": "2.1.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 73b5f94

Please sign in to comment.