Skip to content

Allow to disable rules in strict mode #81

@hanc2006

Description

@hanc2006

Hi,
currently if I use the "strict" mode and I want to disable a specific rule, this automatically disables the "strict" mode.

Example:
"lit-plugin.strict": true,
"lit-plugin.rules.no-complex-attribute-binding": "off",

Expected result:
All "strict" rules active, without the disabled rule above.

Current result:
Strict mode is disabled.

This behavior does not happen if instead I put the rule notification in "warning"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions