commerce/.prettierrc
Matthew Mulford 52aa9a3367 chore: fmt
2022-09-09 16:14:10 -05:00

8 lines
131 B
Plaintext

{
"arrowParens": "always",
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"semi": true,
"printWidth": 90
}