Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.1 (#4082)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.2.1

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.61.0 to 6.2.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* typescript-eslint: update

* fix eslint - type => interface; {[key:string]:...} => Record; empty constructors

* audit fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Hradil <mhradil@redhat.com>
  • Loading branch information
dependabot[bot] and himdel authored Aug 2, 2023
1 parent dc4fd3b commit 5df1fbf
Show file tree
Hide file tree
Showing 16 changed files with 164 additions and 12,393 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/stylistic",
"prettier",
],
parserOptions: {
Expand Down
Loading

0 comments on commit 5df1fbf

Please sign in to comment.