Skip to content

Commit

Permalink
docs(eslint-plugin): [no-non-null-asserted-optional-chain] fix format…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
bradzacher committed Aug 21, 2020
1 parent fd2070c commit d468cfe
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -5,8 +5,6 @@
Optional chain expressions are designed to return `undefined` if the optional property is nullish.
Using non-null assertions after an optional chain expression is wrong, and introduces a serious type safety hole into your code.



Examples of **incorrect** code for this rule:

```ts
Expand Down

0 comments on commit d468cfe

Please sign in to comment.