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
Editing the project a bit, I noticed that there were a few inconsistencies that I had to fight with to not have a million changes when doing basic edits. (e.g. 12 random spaces, markdown slightly off specification format).
To fix this, I propose adding some sort of formatter to the project like Prettier which is already included in the Visual Studio Code plugin for Astro.
Additionally, you might add some basic rules for which quotes to prioritize and line width and a .prettierignore file to stop the tsconfig.json file from exploding every time you run prettier . -w.
The text was updated successfully, but these errors were encountered:
Editing the project a bit, I noticed that there were a few inconsistencies that I had to fight with to not have a million changes when doing basic edits. (e.g. 12 random spaces, markdown slightly off specification format).
To fix this, I propose adding some sort of formatter to the project like Prettier which is already included in the Visual Studio Code plugin for Astro.
This could be as simple as running
Additionally, you might add some basic rules for which quotes to prioritize and line width and a
.prettierignore
file to stop thetsconfig.json
file from exploding every time you runprettier . -w
.The text was updated successfully, but these errors were encountered: