how to install prettier in project vscode code example
Example 1: prettier set up with vs code
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}
Example 2: prettier install in vscode
Install node.js first
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}
Install node.js first