Choices/.prettierrc.json

14 lines
211 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.svg"],
"options": {
"parser": "html",
"htmlWhitespaceSensitivity": "ignore"
}
}
]
}