Enum rslint_core::Tag [−][src]
pub enum Tag {
Recommended,
OnlyJS,
OnlyTS,
}
Expand description
A tag describing properties present on a rule, such as if the rule is recommended or if it runs on only some languages.
Variants
This rule runs by default if no configuration is provided.
This rule should only run on JavaScript files.
This rule should only run on TypeScript files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tag
impl UnwindSafe for Tag
Blanket Implementations
Mutably borrows from an owned value. Read more
Whether this implementor has acknowledged the 1.1.0 update to
unerase
’s documented implementation requirements. Read more