We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Occurs with most recent version 3.3.3.
Using @typescript-eslint/parser.
@typescript-eslint/parser
Repros:
<input maxLength={foo()!.length} />
<input maxLength={bar()[0]!.length} />