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