Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 318 Bytes

new-parens.md

File metadata and controls

13 lines (7 loc) · 318 Bytes

Pattern: Missing () when invoking constructor

Issue: -

Description

Requires parentheses when invoking a constructor via the new keyword.

Rationale: Maintains stylistic consistency with other function calls.

Further Reading