Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.61.0 to…
Browse files Browse the repository at this point in the history
… 6.5.0 (#1024)

Co-authored-by: Felix <[email protected]>
  • Loading branch information
dependabot[bot] and fb55 authored Dec 20, 2023
1 parent 51070f8 commit c0c92f6
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"prettier"
],
"rules": {
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/no-non-null-assertion": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/no-duplicate-imports": "error",
"@typescript-eslint/consistent-type-imports": "error",

"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
Expand Down
Loading

0 comments on commit c0c92f6

Please sign in to comment.