Create a ".prettierignore" file in the root of your project.
xxxxxxxxxx
# Ignore all HTML files:
*.html
Close and open again Visual Studio Code
xxxxxxxxxx
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}
xxxxxxxxxx
prettier-config-example/ projectA/ .prettierrc.json projectB/ .prettierrc.json