Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix false positives and false negatives in vue/no-mutating-props rule #1715

Merged
merged 1 commit into from Nov 18, 2021

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Nov 17, 2021

This PR fixes two false reports in the vue/no-mutating-props rule.

  1. fixes false negatives for v-bind.sync.

    close vue/no-mutating-props not flagging .sync usage #1714

  2. fixes false positives for shadowed props.

    close <script setup> vue/no-mutating-props - Unexpected mutation of "isExpanded" prop #1702

@ota-meshi ota-meshi added the bug label Nov 17, 2021
@ota-meshi ota-meshi merged commit ff47c73 into master Nov 18, 2021
@ota-meshi ota-meshi deleted the fix-no-mutating-props branch November 18, 2021 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant