wallet-core/.prettierrc

6 lines
85 B
Plaintext
Raw Permalink Normal View History

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