tft-fe/.prettierrc.json

5 lines
69 B
JSON
Raw Normal View History

2023-01-03 09:33:30 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}