Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加 Prettier 并应用代码格式化 #190

Merged
merged 2 commits into from
Aug 26, 2023
Merged

添加 Prettier 并应用代码格式化 #190

merged 2 commits into from
Aug 26, 2023

Conversation

OrzMiku
Copy link
Contributor

@OrzMiku OrzMiku commented Aug 23, 2023

更改内容:

  • 在项目中引入 Prettier 包,并添加相应的配置文件。
  • 使用 Prettier 格式化项目中的代码,以确保一致的代码风格。

详细说明:
引入 Prettier,一个代码格式化工具,以及应用它来格式化项目中的代码。Prettier有助于我们保持一致的代码风格,提高代码可读性,并减少代码审查时的不必要的格式化讨论。

更改细节:

  • 添加了 Prettier 到项目的依赖中,并在 package.json 文件中更新了相应的部分。
  • 在项目根目录下添加了 .prettierrc.json 配置文件,以指定代码格式化规则。
  • 使用 Prettier 命令对项目中的所有代码文件进行了格式化。
  • 在 PR 中,可以看到代码变更,这是因为 Prettier 格式化了代码。

测试步骤:

  1. 将本分支拉取到本地。
  2. 运行测试以确保引入 Prettier 不会导致任何问题。
  3. 阅读并检查格式化后的代码,确保代码风格得到了正确应用。

@vercel
Copy link

vercel bot commented Aug 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
home ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 23, 2023 5:45am

@imsyy
Copy link
Owner

imsyy commented Aug 26, 2023

感谢

imsyy added a commit that referenced this pull request Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants