CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment
Format and lint code
- 主要语言
- JavaScript
- 星标
- 9
- 派生
- 352
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Description
It is a good idea to make sure that your code is formatted based on a single standard throughout your project. There are two packages that can usually help you with that:
- `prettier` is a formatter that makes sure that your code is formatted the same way throughout. For example all files use `tab` characters for indenting.
- `eslint` is a linter that checks the code for common coding mistakes and warns you if it encounters any of them. It can also automatically fix some mistakes.
## Acceptance criteria
- [ ] Code is formatted using prettier config `.prettierrc`
- [ ] Code is lintted using eslint config `.eslintrc`
## Guidance 🧭
Check the [code quality guide](https://github.com/CodeYourFuture/Full-Stack-Project-Assessment/tree/main/guides/code-quality) for steps on how to format and form
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。