Last active
March 14, 2024 03:13
-
-
Save wongcyrus/4e8a2e78045e11f7c5a55e4e244fe3d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Install | |
npm install --global prettier | |
npm i -g esformatter | |
# Open Preferences -> TypeScript Support -> Format Code on Save -> On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe it is --write $file
(not --write "$file")