Skip to content

Commit

Permalink
Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.61.0 to…
Browse files Browse the repository at this point in the history
… 6.0.0 (#585)

* Build(deps-dev): Bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.61.0 to 6.0.0.
- [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.0.0/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>

* fix: breaking eslint plugin

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Debkanchan Samadder <debu.samadder@gmail.com>
  • Loading branch information
dependabot[bot] and debkanchan authored Jul 16, 2023
1 parent db171ac commit 242f78c
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 100 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"extends": [
"eslint:recommended",
"airbnb-base",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"airbnb-typescript/base",
"plugin:jest/recommended",
"prettier"
Expand Down
Loading

0 comments on commit 242f78c

Please sign in to comment.