Skip to content

Commit

Permalink
Bump typescript-eslint from 7.11.0 to 7.12.0 (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
  • Loading branch information
dependabot[bot] and FloEdelmann committed Jun 4, 2024
1 parent c6a54c4 commit 70de9cc
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ export default typescriptEslint.config(
],
'@typescript-eslint/no-explicit-any': 'off', // needed for Vue types compatibility
'@typescript-eslint/no-extraneous-class': 'off',
'@typescript-eslint/no-unnecessary-template-expression': 'error',
'@typescript-eslint/no-shadow': [
'warn',
{ ignoreOnInitialization: true },
],
'@typescript-eslint/no-unsafe-unary-minus': 'error',
'@typescript-eslint/no-useless-template-literals': 'error',
'@typescript-eslint/prefer-enum-initializers': 'error',
'@typescript-eslint/prefer-readonly': 'error',
'@typescript-eslint/promise-function-async': 'error',
Expand Down
98 changes: 49 additions & 49 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ts-node": "^10.9.2",
"tstyche": "^1.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"typescript-eslint": "^7.12.0",
"vue": "^3.4.27",
"vue2-6": "npm:vue@~2.6.14",
"vue2-7": "npm:vue@~2.7.16"
Expand Down

0 comments on commit 70de9cc

Please sign in to comment.