Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 223 Bytes

no-create.md

File metadata and controls

7 lines (4 loc) · 223 Bytes

Avoid the static create function (no-create)

This rule prevents the use of the static create function in Observable. Developers should use new and the constructor instead.

Options

This rule has no options.