core icon indicating copy to clipboard operation
core copied to clipboard

Re-enable ESLint rule `@typescript-eslint/no-unnecessary-type-assertion`

Open MajorLift opened this issue 1 year ago • 0 comments

        '@typescript-eslint/no-unnecessary-type-assertion': 'error',

Should be helpful for minimizing redundant or silent-failure assertions.

MajorLift avatar Jun 10 '24 21:06 MajorLift