-
Notifications
You must be signed in to change notification settings - Fork 97
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
Handling of multiple HTML comments on top of file #291
Comments
I just ran into this last week, actually. I ended up just combining the comments into a single comment so that it would stay at the top of the file. |
However I noticed that it will then show the copyright + license in the tooltip for the component. |
There's now a |
Scenario: I try to write to comments on the top of the svelte file.
Expected behavior: They are preserved.
Actual behavior:
prettier-plugin-svelte
seems to push one off and places it before the template part:Related (?): #258
The text was updated successfully, but these errors were encountered: