Skip to content

Commit

Permalink
feat(deps): bump @typescript-eslint/eslint-plugin from 5.27.0 to 5.30…
Browse files Browse the repository at this point in the history
….0 (#1107)

* 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.27.0 to 5.30.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/v5.30.0/packages/eslint-plugin)

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

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

* feat: add rule

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Jul 1, 2022
1 parent 7fba01c commit a5e1924
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 94 deletions.
184 changes: 92 additions & 92 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@eslint/eslintrc": "^1.3.0",
"@tsconfig/node12": "^1.0.11",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint": "^8.18.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-jest": "^26.5.3",
Expand All @@ -45,7 +45,7 @@
"ybiq": "^14.3.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.27.0",
"@typescript-eslint/eslint-plugin": ">=5.30.0",
"eslint": ">=8.14.0"
},
"peerDependenciesMeta": {
Expand Down
1 change: 1 addition & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-tslint-comment": "off",
"@typescript-eslint/class-literal-property-style": "off",
"@typescript-eslint/consistent-generic-constructors": "warn",
"@typescript-eslint/consistent-indexed-object-style": "warn",
"@typescript-eslint/consistent-type-assertions": "off",
"@typescript-eslint/consistent-type-definitions": "off",
Expand Down

0 comments on commit a5e1924

Please sign in to comment.