max-attributes-per-line
error message is not specific enough
#616
Labels
max-attributes-per-line
error message is not specific enough
#616
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
The rule
vue/max-attributes-per-line
would tell me which attribute is at fault when I am using thev-bind
shorthand.eg.
2:11 error Attribute "disabled" should be on a new line
What actually happened? Please include the actual, raw output from ESLint.
The output just shows me that it is a
v-bind
that is violating the linting rule:2:11 error Attribute "bind" should be on a new line
.I have several attributes here violating this rule, so my eslint output looks like this:
It makes it more difficult to grok without specifying the actual property name.
The text was updated successfully, but these errors were encountered: