/
❤️

Prettify setting up

https://glebbahmutov.com/blog/configure-prettier-in-vscode/
SetupVscode
json
\\ projectA/.prettierrc.json
{
"trailingComma":"none",
"tabWidth": 4,
"semi": true,
"singleQuote": false
}
Edit this page
Kelvin's Tech Notes