lwc-recipes-oss/.prettierrc

12 строки
199 B
Plaintext

{
"trailingComma": "none",
"singleQuote": true,
"tabWidth": 4,
"overrides": [
{
"files": "**/*.html",
"options": { "parser": "lwc" }
}
]
}