Answers for "prettier eslint vscode on save"

4

prettier config vscode

npm install --save-dev --save-exact prettier
Posted by: Guest on October-12-2020
1

enable format on save vscode prettier

To automatically format the file on save, In Visual Studio Code, 
- Press Ctrl + Shift + P to open the command palette 
- and type setting and then select Preferences: Open User Settings option.
- Search for format on save setting and check the checkbox.
Posted by: Guest on June-02-2022

Code answers related to "prettier eslint vscode on save"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language