Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 399 Bytes

missing-optional-annotation.md

File metadata and controls

13 lines (7 loc) · 399 Bytes

Pattern: Missing optional annotation for parameter

Issue: -

Description

Deprecated - This rule is now enforced by the TypeScript compiler.

A parameter that follows one or more parameters marked as optional is not itself marked optional.

Further Reading