cash-stacks/frontend/.prettierrc

5 lines
68 B
Plaintext
Raw Normal View History

2021-03-17 02:15:33 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}