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
Whenever I run yarn prettier . --write, the comment at the beginning of the while gets replicated every time. Its replicate will appear UNDER the imports.
Your Environment
Describe the bug
Whenever I run
yarn prettier . --write
, the comment at the beginning of the while gets replicated every time. Its replicate will appear UNDER the imports.To Reproduce
Have the following code:
Expected behavior
The expected behavior is having
// Offerte aanvragen
just once in the code.Screenshots, code sample, etc
Configuration File (cat .prettierrc, prettier.config.js, .prettier.js)
Error log
N/A
Contribute to @trivago/prettier-plugin-sort-imports
The text was updated successfully, but these errors were encountered: