web-retail-h5/.prettierrc.json

8 lines
131 B
JSON
Raw Permalink Normal View History

2025-04-08 17:51:03 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "avoid"
}