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
rule: reverse isPropertyValue check logic in checkMemberExpression (44a5bc8), closes #37
BREAKING CHANGES
rule: The behavior of checkMemberExpression has changed.The rule now applies when
isPropertyValue is false instead of true,which may affect logic dependent on this condition. This
change is expected to ensure the plugin operates correctly as intended.