mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|