-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
stylelint-prettier doesn't fix problems at the same time as removing empty extra lines #354
Comments
Happens to me too, when using stylelint-prettier/recommended and stylelint-config-clean-order I have to run stylelint twice to make it work |
same |
The problem is broader - any change in the code by the prettier prevents other errors from being fixed |
dartess
added a commit
to dartess/stylelint-prettier
that referenced
this issue
Jul 1, 2024
BPScott
pushed a commit
that referenced
this issue
Jul 13, 2024
* add tests for --fix option * fix issue #354
Thanks for the fix @dartess. I've published 5.0.1 which contains your fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a minimal reproducible demo:
What version of
stylelint
,prettier
andstylelint-prettier
are you using?The text was updated successfully, but these errors were encountered: