-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels