safe-client-gateway icon indicating copy to clipboard operation
safe-client-gateway copied to clipboard

Fix @typescript-eslint/no-unnecessary-type-assertion instances

Open hectorgomezv opened this issue 9 months ago • 1 comments

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 in eslint.config.mjs

hectorgomezv avatar May 10 '24 15:05 hectorgomezv

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 Coverage Status
Change from base Build 9061956316: 92.8%
Covered Lines: 7010
Relevant Lines: 7276

💛 - Coveralls

coveralls avatar May 10 '24 15:05 coveralls