cupidgpg/.prettierrc

6 lines
85 B
Plaintext
Raw Normal View History

2024-07-27 12:55:13 +02:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
2024-07-27 12:55:13 +02:00
}