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

chore: add prettier to front-end #80

Merged
merged 1 commit into from
Jul 10, 2024
Merged

chore: add prettier to front-end #80

merged 1 commit into from
Jul 10, 2024

Conversation

lfjnascimento
Copy link
Contributor

  • add prettier;
  • format code using prettier;
  • change github workflow and pre-commit to run prettier

Closes #74

@lfjnascimento lfjnascimento requested a review from mari1912 July 9, 2024 18:54
@lfjnascimento lfjnascimento self-assigned this Jul 9, 2024
@lfjnascimento lfjnascimento force-pushed the chore/add_prettier branch 2 times, most recently from 53eb802 to 45bef75 Compare July 9, 2024 19:19
"bracketSpacing": true,
"singleQuote": true,
"arrowParens": "avoid"
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: new line

"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2"
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: new line

- add prettier;
- format code using prettier;
- change github workflow and pre-commit to run prettier

Closes #74
@lfjnascimento lfjnascimento merged commit f6f24d5 into main Jul 10, 2024
2 checks passed
@lfjnascimento lfjnascimento deleted the chore/add_prettier branch July 10, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add prettier to front-end
2 participants