CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

Format and lint code

Đang mở
#481 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
🏝️ Priority Stretch 📅 Week 1
Ngôn ngữ chính
JavaScript
Star
9
Fork
352
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## 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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.