Files
cats-gallery/.prettierrc
T
2025-08-01 12:13:43 +02:00

14 lines
237 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.hbs"],
"options": {
"parser": "html",
"htmlWhitespaceSensitivity": "css",
"singleQuote": false
}
}
]
}