Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 175 Bytes

no-warn.md

File metadata and controls

11 lines (7 loc) · 175 Bytes

No Warn

Rule no-warn will enforce that @warn statements are not allowed to be used.

Examples

When enabled, the following are disallowed:

@warn 'foo';