CodeYourFuture / CodeYourFuture/Full-Stack-Project-Assessment

Format and lint code

Aperta
#481 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
🏝️ Priority Stretch 📅 Week 1
Lingua principale
JavaScript
Stelle
9
Fork
352
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.