We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e836d commit e0b05c7Copy full SHA for e0b05c7
1 file changed
docs/rules/no-unsafe-optional-chaining.md
@@ -92,6 +92,8 @@ obj?.foo();
92
93
obj?.foo.bar;
94
95
+obj.foo?.bar;
96
+
97
foo?.()?.bar;
98
99
(obj?.foo ?? bar)`template`;
0 commit comments