-
-
Notifications
You must be signed in to change notification settings - Fork 650
Open
Description
- https://typescript-eslint.io/rules/no-unsafe-argument
- https://typescript-eslint.io/rules/no-unsafe-assignment
- https://typescript-eslint.io/rules/no-unsafe-call
- https://typescript-eslint.io/rules/no-unsafe-member-access
- https://typescript-eslint.io/rules/no-unsafe-return
This'll make typescript stricter on any usage, disallowing it pretty much anywhere.
Most legitimate usages can be replaced with unknown.
Related: #2115
FazioNico
Metadata
Metadata
Assignees
Labels
No labels