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
Should not see script-indent error when use object shorthand property.
It should preserves indent level.
What actually happened? Please include the actual, raw output from ESLint.
Expected indentation of 6 spaces but found 2 spaces. (vue/script-indent)
The text was updated successfully, but these errors were encountered:
gluons
changed the title
Object shorthand makes script-indent rule show error.
Object shorthand property makes script-indent rule show error.
Jan 26, 2018
Tell us about your environment
Please show your full configuration:
See on demo page.
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
Should not see
script-indent
error when use object shorthand property.It should preserves indent level.
What actually happened? Please include the actual, raw output from ESLint.
The text was updated successfully, but these errors were encountered: