CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

Format and lint code

オープン
#481 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
🏝️ Priority Stretch 📅 Week 1
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。