cdn-frontend/.prettierrc

6 lines
85 B
Plaintext
Raw Normal View History

2021-07-03 12:15:26 +03:00
{
"tabWidth": 2,
"singleQuote": false,
"semi": true,
"trailingComma": "all"
}