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.