Skip to content

Commit

Permalink
chore: prettier配置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hesoso committed Dec 22, 2023
1 parent ec2078c commit 89bf96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"semi": false
"semi": false,
"trailingComma": "none"
}

0 comments on commit 89bf96f

Please sign in to comment.