Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 334 Bytes

arrow-parens.md

File metadata and controls

13 lines (7 loc) · 334 Bytes

Pattern: Malformed () around arrow function

Issue: -

Description

Requires parentheses around the parameters of arrow function definitions.

Rationale: Maintains stylistic consistency with other arrow function definitions.

Further Reading