FCCColumbus / FCCColumbus/cbus-web
Add Prettier code auto-formatting
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
User Story
AS A user interested in Free Code Camp Columbus
I WANT to navigate an attractive website with superior quality and engineering practices
SO THAT I can be interested to code for free
Prettier is an opinionated code formatter with support for JavaScript, CSS and JSON. https://prettier.io/docs/en/index.html
Add Prettier code autoformatting to the code base, via a pre-commit git hook: https://prettier.io/docs/en/precommit.html
Here are the recommended steps for setting it up in Create-React-App: https://create-react-app.dev/docs/setting-up-your-editor/#formatting-code-automatically
Acceptance Criteria
1. Prettier
GIVEN I am a developer for Free Code Camp Columbus
WHEN I write code and commit a file
THEN the code is automatically formatted according to a standard
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.