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

Format and lint code #3

Open
2 tasks done
A-Bahadory opened this issue Apr 22, 2024 · 2 comments
Open
2 tasks done

Format and lint code #3

A-Bahadory opened this issue Apr 22, 2024 · 2 comments

Comments

@A-Bahadory
Copy link
Owner

A-Bahadory commented Apr 22, 2024

From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture#481

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 for steps on how to format and form

@adniyaYousaf
Copy link
Collaborator

is this done?

@MarcusZagorski
Copy link
Collaborator

is this done?

Yes Adniya it's been completed

@MarcusZagorski MarcusZagorski moved this from 📋 Backlog to ✅ Done in Full Stack Assessment Planner Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants