HuLa/.prettierrc
nongyehong 8a18e84ce7 fix(global): 🐛 修复艾特弹窗在mac下高度问题导致不显示
使用prettierrc格式化项目文件
2024-10-28 14:49:43 +08:00

15 lines
286 B
Plaintext

{
"singleQuote": true,
"semi": false,
"printWidth": 120,
"useTabs": false,
"tabWidth": 2,
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
"bracketSameLine": true,
"jsxBracketSameLine": true,
"endOfLine": "lf"
}