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
I used create-vue to create a new project with both ESLint and Prettier enabled.
I also configured VS Code to auto-format on save without any additional customizations.
When I ran npm run lint, I got the formatting results I wanted. However, when I hit ctrl + S to save, the formatting changed to a style I did not want. This has caused a conflict, and I'm not sure how to resolve it. Could you please help me understand what's causing this and how to fix it?
Thank you. ❤️
The text was updated successfully, but these errors were encountered:
I used
create-vue
to create a new project with bothESLint
andPrettier
enabled.I also configured VS Code to auto-format on save without any additional customizations.
When I ran
npm run lint
, I got the formatting results I wanted. However, when I hitctrl
+S
to save, the formatting changed to a style I did not want. This has caused a conflict, and I'm not sure how to resolve it. Could you please help me understand what's causing this and how to fix it?Thank you. ❤️
The text was updated successfully, but these errors were encountered: