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've recently been implementing Astro support in a plugin, and while adding tests, I found two bugs. I'm going to report them in this issue and the next issue.
Steps to Reproduce
Prepare Astro code in the following form: (I'll call it foobar.astro here.)
In terminal, run pnpm prettier --check foobar.astro --no-config --plugin=prettier-plugin-astro --parser=astro. (Depending on the package manager you use, the first part of the command may be slightly different.)
The current behavior
The expected behavior
The text was updated successfully, but these errors were encountered:
Describe the Bug
Hello. I maintain three Prettier plugins.
I've recently been implementing Astro support in a plugin, and while adding tests, I found two bugs. I'm going to report them in this issue and the next issue.
Steps to Reproduce
foobar.astro
here.)pnpm prettier --check foobar.astro --no-config --plugin=prettier-plugin-astro --parser=astro
. (Depending on the package manager you use, the first part of the command may be slightly different.)The current behavior
The expected behavior
The text was updated successfully, but these errors were encountered: