mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
* feat: init commercetools setup --------- Co-authored-by: Anja-Janina Stiefermann <anja.stiefermann@kernpunkt.de>
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
{
|
|
"singleQuote": false,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|