[no-non-null-asserted-optional-chain] false negative for foo1?.bar!.baz
#2412
Labels
documentation
Documentation ("docs") that needs adding/updating
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Expected Result
As the docs described, it should report an error.
Actual Result
No error.
Additional Info
foo?.bar!;
report an error as expected.Versions
@typescript-eslint/eslint-plugin
3.9.1
@typescript-eslint/parser
3.9.1
TypeScript
4.0.2
ESLint
7.7.0
node
12.16.1
The text was updated successfully, but these errors were encountered: