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
Enforce the various new recommendations from the official Vue Style Guide. This is probably closer to an epic to track being able to lint the below, as opposed to a single rule request
What category of rule is this?
Enforces Code Style
Warns about a potential error
Suggests an alternative way of doing something
Other (please specify)
Provide 2-3 code examples that this rule will warn about
Single-instance component names - Again, not sure if this is needed? Maybe lint to see if a component doesn't accept props, and if not, recommend that?
Tightly coupled component names - Again, not entirely sure how to lint this. Maybe count places where a given component is used and recommend based on that?
Hey @Snugug, thanks for posting this issue, I completely agree.
But we already have a topic #77 started by the author of the style guide, so feel free to share your thoughts there, and I'm closing this issue in favour of the previous one :)
On Oct 3, 2017, at 2:18 PM, Michał Sajnóg ***@***.***> wrote:
Hey @Snugug, thanks for posting this issue, I completely agree.
But we already have a topic #77 started by the author of the style guide, so feel free to share your thoughts there, and I'm closing this issue in favour of the previous one :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Please describe what the rule should do:
Enforce the various new recommendations from the official Vue Style Guide. This is probably closer to an epic to track being able to lint the below, as opposed to a single rule request
What category of rule is this?
Provide 2-3 code examples that this rule will warn about
no-shared-component-data
)v-for
(valid-v-for)scoped
styling (on/off with component name/glob ignores)_
,$
, or$_
and lint for$_PLUGIN_
html-self-closing
but may not?name-property-casing
. Default should becamelCase
, and will need another for the actual HTML propertieshtml-quotes
The text was updated successfully, but these errors were encountered: