Answer the question
In order to leave comments, you need to log in
How to force ESlint + Prettier to wrap tag attributes if there are more than 2 of them?
I am using ESlint. How to force linter to do this:
<template>
<ComponentFile :a="a" :b="b" :c="c" disabled>
</template>
<template>
<ComponentFile
:a="a"
:b="b"
:c="c"
disabled
>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question