mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": ["framework/saleor/**/*"],
|
|
"options": {
|
|
"printWidth": 120
|
|
}
|
|
}
|
|
]
|
|
}
|