Skip to content

Commit 2b92c61

Browse files
Bump the typescript-eslint group with 2 updates (#442)
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 840fea9 commit 2b92c61

File tree

3 files changed

+89
-88
lines changed

3 files changed

+89
-88
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = {
9292
'@typescript-eslint/no-explicit-any': 'off', // needed for Vue types compatibility
9393
'@typescript-eslint/no-extraneous-class': 'off',
9494
'@typescript-eslint/no-shadow': ['warn', { ignoreOnInitialization: true }],
95+
'@typescript-eslint/no-unsafe-unary-minus': ['error'],
9596
'@typescript-eslint/prefer-enum-initializers': 'error',
9697
'@typescript-eslint/prefer-readonly': 'error',
9798
'@typescript-eslint/promise-function-async': 'error',

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"devDependencies": {
4747
"@tsd/typescript": "^5.2.2",
4848
"@types/jest": "^29.5.8",
49-
"@typescript-eslint/eslint-plugin": "^6.10.0",
50-
"@typescript-eslint/parser": "^6.10.0",
49+
"@typescript-eslint/eslint-plugin": "^6.11.0",
50+
"@typescript-eslint/parser": "^6.11.0",
5151
"eslint": "^8.53.0",
5252
"eslint-config-prettier": "^9.0.0",
5353
"eslint-plugin-jest": "^27.6.0",

0 commit comments

Comments
 (0)