fix(格式化): 新增配置文件取消自动转化双引号

This commit is contained in:
hzj 2025-09-08 15:43:17 +08:00
parent 2a3c6dcd5a
commit e4525d4c7b

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"singleQuote": true,
"semi": false
}