fix(indent): ecma - parenthesized expression indentation

This commit is contained in:
Munif Tanjim 2022-02-26 20:29:26 +06:00 committed by Stephan Seitz
parent 20168d8e20
commit 3ef2c77e13
3 changed files with 21 additions and 0 deletions

View file

@ -8,6 +8,7 @@
(named_imports)
(object)
(object_pattern)
(parenthesized_expression)
(return_statement)
(statement_block)
(switch_case)