-
-
Notifications
You must be signed in to change notification settings - Fork 681
⭐️New: Add vue/valid-slot-scope
rule
#670
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
Conversation
@mysticatea as far as I know scoped slots allow only one parameter, and documentation is not giving any examples for more than one |
# Conflicts: # README.md
…rom the target to be verified.
@mysticatea Thank you for released a new version of vue-eslint-parser. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
# Conflicts: # README.md # package.json
df5359a
to
85ee7d9
Compare
Why not support multiple parameters? Our component uses multiple parameters. |
Could you write details and post the issue.
What is the reason for this? |
The slot-scope is like a function. For example |
@ota-meshi |
This PR add
vue/valid-slot-scope
rule. (#661)vue/valid-slot-scope
rule checks whether everyslot-scope
(orscope
) attributes is valid.Close #661