idimitrov.dev/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2023-10-27 17:25:01 +02:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}