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

Open
2 tasks
fhkahin opened this issue May 4, 2024 · 1 comment
Open
2 tasks

Format and lint code #11

fhkahin opened this issue May 4, 2024 · 1 comment

Comments

@fhkahin
Copy link
Owner

fhkahin commented May 4, 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

@fikretellek fikretellek moved this from 📋 Backlog to 🔖 Ready in Full Stack Assessment Planner May 14, 2024
@fikretellek fikretellek moved this from 🔖 Ready to 🏗 In progress in Full Stack Assessment Planner May 14, 2024
@fikretellek fikretellek self-assigned this May 15, 2024
@fikretellek fikretellek moved this from 🏗 In progress to 🔖 Ready in Full Stack Assessment Planner May 17, 2024
@fikretellek fikretellek moved this from 🔖 Ready to 🏗 In progress in Full Stack Assessment Planner May 17, 2024
@fikretellek
Copy link
Collaborator

Hey @HadikaMalik and @fhkahin I have installed prettier and linter to project. Please update your local before working. I am moving this ticket to done.

@fikretellek fikretellek moved this from 🏗 In progress to ✅ Done in Full Stack Assessment Planner May 17, 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

2 participants