Files
company_h5/.prettierrc
xiaozhiyong 6967207669 更新
2023-04-03 08:51:10 +08:00

9 lines
134 B
Plaintext

{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 150,
"arrowParens": "avoid"
}