
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.
<script>
import SomeComponent from './SomeComponent';
export default {
name: 'App',
components: {
SomeComponent
}
};
</script>
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.
Expected indentation of 6 spaces but found 2 spaces. (vue/script-indent)
Thank you for this issue.
However, I think this is a duplicate of #359, #352, #347, and #344.
PR #346 has fixed it. Please wait for the next release.
Oh! Thank you.

Oh! Thank you so much. 馃槝
Most helpful comment
https://github.com/vuejs/eslint-plugin-vue/releases/tag/v4.2.1