You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Repository owner
moved this from In development - at least one person is developing this item
to Done! - the feature is in production waiting to be seen by the world!
in FreeCodeCamp Columbus WebsiteAug 23, 2022
readysetagile
moved this from Done! - the feature is in production waiting to be seen by the world!
to Ready to be staged - the feature is currently in the dev environment waiting to be moved to staging environment
in FreeCodeCamp Columbus WebsiteSep 11, 2022
readysetagile
moved this from Ready to be staged - the feature is currently in the dev environment waiting to be moved to staging environment
to Ready for Deployment - the feature has been tested and is awating production deployment
in FreeCodeCamp Columbus WebsiteSep 11, 2022
readysetagile
moved this from Ready for Deployment - the feature has been tested and is awating production deployment
to Done! - the feature is in production waiting to be seen by the world!
in FreeCodeCamp Columbus WebsiteJul 29, 2023
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
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
The text was updated successfully, but these errors were encountered: