pay-customer/.prettierrc

11 lines
183 B
Plaintext
Raw Normal View History

2025-07-15 16:18:34 +08:00
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "auto"
2025-08-29 09:51:02 +08:00
}