Skip to content

Commit

Permalink
Revert "Docs: add a correct example to no-unsafe-optional-chaining (r…
Browse files Browse the repository at this point in the history
…efs eslint#14029)"

This reverts commit a2ccc04.
  • Loading branch information
arminyahya committed Jan 28, 2021
1 parent a2ccc04 commit 1ec8ee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/rules/no-unsafe-optional-chaining.md
Expand Up @@ -92,8 +92,6 @@ obj?.foo();

obj?.foo.bar;

obj.foo?.bar;

foo?.()?.bar;

(obj?.foo ?? bar)`template`;
Expand Down

0 comments on commit 1ec8ee6

Please sign in to comment.