Skip to content

Commit

Permalink
feat: semi
Browse files Browse the repository at this point in the history
  • Loading branch information
coderHDY committed Mar 17, 2024
1 parent ec0d1a9 commit ea850f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/front/vue3/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ npm i prettier -D
// 使用tab缩进,默认false
"useTabs": false,
// 使用分号, 默认true
"semi": false,
"semi": true,
// 使用单引号, 默认false(在jsx中配置无效, 默认都是双引号)
"singleQuote": false,
// 行尾逗号,默认none,可选 none|es5|all
Expand Down

0 comments on commit ea850f9

Please sign in to comment.