Capital/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2024-12-17 14:12:19 +00:00
{
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}