Pattern: Malformed }
Issue: -
Closing brace with closing parenthesis should not have any whitespaces in the middle.
Examples of correct code:
[].map({ })
[].map(
{ }
)
Examples of incorrect code:
[].map({ ↓} )
[].map({ ↓} )
Pattern: Malformed }
Issue: -
Closing brace with closing parenthesis should not have any whitespaces in the middle.
Examples of correct code:
[].map({ })
[].map(
{ }
)
Examples of incorrect code:
[].map({ ↓} )
[].map({ ↓} )