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

6 lines
70 B
Plaintext
Raw Normal View History

2018-04-06 17:24:35 +02:00
{
"semi": false,
"singleQuote": true,
2018-05-14 22:30:18 +02:00
"trailingComma": "none"
2018-04-06 17:24:35 +02:00
}