Intellij: Not running on save #313
Replies: 1 comment
-
Managed to fix it. The default glob pattern to match files to manually apply prettier was wrong. When I changed it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured prettier to run on save and it runs fine. However after I added sort-imports plugin it has stopped applying prettier altogether. When I run it from the commandline (.bin/prettier), it seems to work as expected. Was using organize-imports plugin till now, but would like to start using sort-imports for the sort order.
Is there anything else that needs to be done to get it working with Intellij on-save execution?
Beta Was this translation helpful? Give feedback.
All reactions