Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v5.21.0 (#136)
Browse files Browse the repository at this point in the history
* chore(deps): update typescript-eslint monorepo to v5.21.0

* chore: add changeset, use new rule instead of deprecated one

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: roikoren755 <roi@altnext.com>
  • Loading branch information
3 people authored May 1, 2022
1 parent 22fc5a9 commit 1ba5438
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 133 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-foxes-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-es-roikoren': patch
---

chore(deps): update typescript-eslint monorepo to v5.21.0
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ module.exports = {
'@typescript-eslint/no-invalid-void-type': ERROR,
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': ERROR,
'@typescript-eslint/no-non-null-asserted-optional-chain': ERROR,
'@typescript-eslint/no-parameter-properties': ERROR,
'@typescript-eslint/no-unused-expressions': [ERROR, { allowTernary: true }],
'@typescript-eslint/no-unused-vars': [ERROR, { ignoreRestSiblings: true }],
'@typescript-eslint/no-use-before-define': WARN,
'@typescript-eslint/no-useless-constructor': ERROR,
'@typescript-eslint/no-useless-empty-export': ERROR,
'@typescript-eslint/no-var-requires': WARN,
'@typescript-eslint/parameter-properties': ERROR,
'@typescript-eslint/prefer-as-const': ERROR,
'@typescript-eslint/prefer-for-of': ERROR,
'@typescript-eslint/prefer-function-type': ERROR,
Expand Down
Loading

0 comments on commit 1ba5438

Please sign in to comment.