Closed adoin closed 3 weeks ago
Checklist
Tell us about your environment
Please show your full configuration:
by default
What did you do?
What did you expect to happen?
What actually happened?
<my-components :title='t("1")' />
fix eslint
<my-components :title="t("")"/>
Repository to reproduce this issue
repoduce on the line 3 name==>fix it
I think the avoidEscape option will allow you to keep your preferred style.
avoidEscape
https://eslint.vuejs.org/rules/html-quotes.html#double-avoidescape-true
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
What actually happened?
fix eslint
Repository to reproduce this issue
repoduce on the line 3 name==>fix it