quasar-demo/.prettierrc.json

13 lines
159 B
JSON
Raw Permalink Normal View History

2025-03-10 10:53:46 +08:00
{
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}