Skip to content

Commit

Permalink
fixup! chore: Upgrade eslint monorepo to v9.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Jan 9, 2025
1 parent 4ab3357 commit 63fabd0
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 129 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default typescriptEslint.config(
'@typescript-eslint/no-extra-semi': 'error',
'@typescript-eslint/no-extraneous-class': 'error',
'@typescript-eslint/no-restricted-types': 'warn',
'@typescript-eslint/no-unnecessary-condition': 'error',
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
'@typescript-eslint/no-unsafe-argument': 'warn',
'@typescript-eslint/no-unsafe-assignment': 'warn',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ts-expect": "1.3.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0"
"typescript-eslint": "8.19.1"
},
"peerDependencies": {
"mongodb": "^6.0.0"
Expand Down
177 changes: 80 additions & 97 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 63fabd0

Please sign in to comment.