Skip to content

Commit

Permalink
文字校正
Browse files Browse the repository at this point in the history
  • Loading branch information
moshuiyan committed Mar 26, 2022
1 parent a2b2e6a commit 1d92f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
// printWidth: 80,
// tabWidth: 2,
// useTabs: false,
semi: false, // 未尾逗号, default: true
semi: false, // 未尾分号, default: true
singleQuote: true, // 单引号 default: false
// quoteProps: 'as-needed',
// jsxSingleQuote: false,
Expand Down

0 comments on commit 1d92f2d

Please sign in to comment.