-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
issue-468 #469
base: main
Are you sure you want to change the base?
issue-468 #469
Conversation
source: 'unformatted.svelte', | ||
target: 'formatted.svelte', | ||
formatOptions: { | ||
pugFramework: 'svelte', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I add parser: 'svelte'
here I get an error 🤔
If I leave it, it seems to work
Maybe even it's a compatibility issue with prettier-plugin-svelte
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping @rodshtein
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, everything worked fine with the previous version of the Svelte plugin prettier-plugin-svelte3
.
I need a little time to dig deeper, I'll text you later.
closes #468