Skip to content

Commit 1d741db

Browse files
Bump typescript-eslint from 8.31.0 to 8.32.1 (#880)
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent ba9edf9 commit 1d741db

File tree

3 files changed

+72
-61
lines changed

3 files changed

+72
-61
lines changed

eslint.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export default typescriptEslint.config(
114114
'@typescript-eslint/no-extraneous-class': 'off',
115115
'@typescript-eslint/no-unnecessary-parameter-property-assignment':
116116
'error',
117+
'@typescript-eslint/no-unnecessary-type-conversion': 'error',
117118
'@typescript-eslint/no-shadow': [
118119
'error',
119120
{ ignoreOnInitialization: true },

package-lock.json

Lines changed: 70 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"prettier": "3.5.3",
5959
"tstyche": "^3.5.0",
6060
"typescript": "^5.8.3",
61-
"typescript-eslint": "^8.31.0",
61+
"typescript-eslint": "^8.32.1",
6262
"vitest": "^3.1.2",
6363
"vue": "^3.5.13",
6464
"vue2-6": "npm:vue@~2.6.14",

0 commit comments

Comments
 (0)