Skip to content

Commit

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

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.0 to 4.32.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.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>

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 Sep 27, 2021
1 parent fe0512e commit 1703a15
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 66 deletions.
132 changes: 67 additions & 65 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ybiq": "^13.4.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.31.0",
"@typescript-eslint/eslint-plugin": ">=4.32.0",
"eslint": ">=7.26.0"
},
"peerDependenciesMeta": {
Expand Down
3 changes: 3 additions & 0 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ module.exports = {
"@typescript-eslint/no-loss-of-precision": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-magic-numbers": "off",
"@typescript-eslint/no-meaningless-void-operator": "error",
"@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
"@typescript-eslint/no-parameter-properties": "off",
"no-redeclare": "off",
"@typescript-eslint/no-redeclare": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-require-imports": "error",
"no-restricted-imports": "off",
"@typescript-eslint/no-restricted-imports": "off", // eslint-disable-line sort-keys
"no-shadow": "off",
"@typescript-eslint/no-shadow": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-throw-literal": "error",
Expand Down

0 comments on commit 1703a15

Please sign in to comment.