We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version : "@antfu/eslint-config": "^4.5.1"
<script setup> const test = ref(false) </script> <template> <div class='test && "good"'> test </div> </template> <style scoped> </style>
tranform to
<script setup> const test = ref(false) </script> <template> <div class="test && "good""> <!-- wrong --> test </div> </template> <style scoped> </style>
https://github.com/aizigao/issue-eslint-config
System: OS: Linux 6.13 CatOS CPU: (16) x64 AMD Ryzen 7 PRO 6850H with Radeon Graphics Memory: 14.06 GB / 28.17 GB Container: Yes Shell: 5.9 - /bin/zsh Binaries: Node: 20.18.3 - /run/user/1000/fnm_multishells/70569_1741242003943/bin/node Yarn: 1.22.22 - /usr/bin/yarn npm: 10.8.2 - /run/user/1000/fnm_multishells/70569_1741242003943/bin/npm
npm
The text was updated successfully, but these errors were encountered:
I found this problem cause by vue/html-quotes,when you config avoidEscape: true then could avoid it
vue/html-quotes
avoidEscape: true
eslint.config.js
'vue/html-quotes': ['warn',"double" { avoidEscape: true, }],
Sorry, something went wrong.
No branches or pull requests
Describe the bug
version : "@antfu/eslint-config": "^4.5.1"
tranform to
Reproduction
https://github.com/aizigao/issue-eslint-config
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: