run prettier on entire project 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}