cashier-frontend/.prettierrc
2025-12-29 15:58:31 +01:00

10 lines
153 B
Plaintext

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "lf",
"arrowParens": "avoid"
}