Files
tuono/.prettierrc
T

7 lines
125 B
Plaintext
Raw Normal View History

2024-04-27 10:40:14 +02:00
{
"$schema": "https://json.schemastore.org/prettierrc",
2024-04-27 10:40:14 +02:00
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}