Rule Proposal: no unnecessary non-null assertion #252
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
triage
Waiting for team members to take a look
Uh oh!
There was an error while loading. Please reload this page.
We have no-non-null-assertion, but I would like to allow non-null assertions, but warn against using the non-null operator when there is no nullability. i.e.
Would require renaming the rule.
The text was updated successfully, but these errors were encountered: