portfolio/.prettierrc

7 lines
87 B
Plaintext
Raw Normal View History

2018-04-06 17:24:35 +02:00
{
"semi": false,
"singleQuote": true,
2020-11-20 23:36:55 +01:00
"trailingComma": "none",
"tabWidth": 2
2018-04-06 17:24:35 +02:00
}