-
-
Notifications
You must be signed in to change notification settings - Fork 696
⭐️New: Add vue/no-static-inline-styles rule #843
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
1d966df
to
6483687
Compare
cde06
commented
Feb 28, 2019
Thank you so much for this PR!!
I hope it will be release soon.
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.
Should this be [key.name='bind'][key.argument='style']
?
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.
After #807, AST has been changed a bit to support dynamic argument.
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.
Ah of course. Thank you for the explanation.
cde06
commented
Sep 6, 2019
Hello,
Can we release this fix or are we waiting something else?
Thanks
This PR adds the
vue/no-static-inline-styles
rule.vue/no-static-inline-styles
rule reports the static inline style given to the element.We recommend moving the reported inline styles to the
<style>
element.Close #826