Files
Shop-Storefront/.prettierrc
T
2025-10-16 17:29:57 +02:00

9 lines
137 B
Plaintext

{
"arrowParens": "always",
"semi": false,
"endOfLine": "auto",
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}