Mateycho
Member
- Joined
- Mar 12, 2024
- Messages
- 10
- Programming Experience
- 3-5
Guys has anyone of you used the Prettier code formatter in a .NET ConsoleApplication in VS for .HTML formatting?
I am trying to use it but it gets stuck in a really strange situation. I run the following command:
"prettier --write \"**/*.html\" and I get some errors in the htmls which is fine, I leave them to the formatter to fix, I save them and even commit them to master. After that I run the program one more time and it gives me the same errors from the last run, I repeat but the result is the same.
Does anyone of you know why this happens? Or is there some problem with integrating Prettier into a console app for the.html files? Thanks in advance
I am trying to use it but it gets stuck in a really strange situation. I run the following command:
"prettier --write \"**/*.html\" and I get some errors in the htmls which is fine, I leave them to the formatter to fix, I save them and even commit them to master. After that I run the program one more time and it gives me the same errors from the last run, I repeat but the result is the same.
Does anyone of you know why this happens? Or is there some problem with integrating Prettier into a console app for the.html files? Thanks in advance