Posts tagged: prettier

All posts with the tag "prettier"

1 posts latest post 2023-08-19
External Link levelup.gitconnected.com [1] Use prettier to format all files in a directory. By default prettier does not write, it just echos out the format that it would do. Give it the --write and it will write the changes to the files. prettier --write . I just used this on my thoughts repo. prettier --write templates Note This post is a thought [2]. It’s a short note that I make about someone else’s content online #thoughts References: [1]: https://levelup.gitconnected.com/how-to-format-all-files-in-a-directory-with-prettier-5f0ff5f4ffb2 [2]: /thoughts/