commerce/.prettierrc.json
2023-06-21 12:54:44 -05:00

9 lines
149 B
JSON

{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 4,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true
}