Skip to content

Commit

Permalink
feat(typescript-eslint): Add no-unsafe-declaration-merging rule (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Nov 20, 2022
1 parent 5429341 commit 7378223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ let rules = {
"no-unnecessary-type-arguments": "error",
"no-unsafe-assignment": "off",
"no-unsafe-call": "warn",
"no-unsafe-declaration-merging": "warn",
"no-unsafe-member-access": "warn",
"no-unsafe-return": "off",
"non-nullable-type-assertion-style": "warn",
Expand Down

0 comments on commit 7378223

Please sign in to comment.