Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 5.59.8 to 6.13.2 (#196)
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 6.13.2.
- [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.13.2/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 96c1372 commit 0f92589
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 477 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ node_modules/

# WebStorms .idea folder
.idea

# VSCode .vscode folder
.vscode
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"eslint.workingDirectories": [
"packages/eslint-config",
"packages/eslint-config-react",
"packages/eslint-config-typescript",
"packages/eslint-config-typescript-react",
"packages/test-eslint-config",
"packages/test-eslint-config-react",
"packages/test-eslint-config-typescript",
"packages/test-eslint-config-typescript-react"
]
}
Loading

0 comments on commit 0f92589

Please sign in to comment.