cdn-frontend/.prettierrc

6 lines
85 B
Plaintext

{
"tabWidth": 2,
"singleQuote": false,
"semi": true,
"trailingComma": "all"
}