safe-client-gateway
safe-client-gateway copied to clipboard
Fix @typescript-eslint/no-unnecessary-type-assertion instances
Summary
In the process of updating to ESLint 9, some rules were temporarily ignored due to changes in their recommendations. One of these rules was the @typescript-eslint/no-unnecessary-type-assertion
rule.
This PR re-enables the @typescript-eslint/no-unnecessary-type-assertion
rule and addresses instances where redundant type constituents were used.
Changes
- Enable
@typescript-eslint/no-unnecessary-type-assertion
ESLint rule ineslint.config.mjs
Pull Request Test Coverage Report for Build 9061978189
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall first build on no-unnecessary-type-assertion at 92.813%
Totals | |
---|---|
Change from base Build 9061956316: | 92.8% |
Covered Lines: | 7010 |
Relevant Lines: | 7276 |