mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true
|
|
}
|