You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an hierarchy of rulesets (let’s say 5 inherited rulesets one from each other), then in the top ruleset in the extends field I switch off all the rules, Spectral disables only rules from the direct parent, but not the rule of the other ancestors (parent-parent...).
If there is an hierarchy of rulesets (let’s say 5 inherited rulesets one from each other), then in the top ruleset in the
extends
field I switch off all the rules, Spectral disables only rules from the direct parent, but not the rule of the other ancestors (parent-parent...).Example:
It disables only rules from the
ruleset4
(direct parent), but not from theruleset3
and further ancestors.To Reproduce
npm start
ruleset1
.Expected behavior
When inheriting ruleset, it's expected that no matter how many ancestors it has, if I switch off all inherited rules, they must be switched off.
The text was updated successfully, but these errors were encountered: