1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 00:27:58 +02:00
blog/.prettierrc

6 lines
70 B
Plaintext
Raw Normal View History

2018-07-11 17:56:13 +02:00
{
2018-09-12 23:48:59 +02:00
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}