homeweather-fe/.prettierrc

6 lines
68 B
Plaintext
Raw Normal View History

2023-09-17 11:03:38 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}