how to enable prettier to top perform in vscode code example
Example: prettier set up with vs code
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}