Files
company_h5/.prettierrc

9 lines
134 B
Plaintext
Raw Normal View History

2023-04-03 08:51:10 +08:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 150,
"arrowParens": "avoid"
}