Skip to content

Instantly share code, notes, and snippets.

@ashx3s
Created March 7, 2023 20:00
Show Gist options
  • Save ashx3s/20fc5a172e6febf8395adb63a6ee86b6 to your computer and use it in GitHub Desktop.
Save ashx3s/20fc5a172e6febf8395adb63a6ee86b6 to your computer and use it in GitHub Desktop.
Prettier Git Branch Workflow Steps

Prettier Config + Git Branch Workflow

Steps

  1. Create our feature branch
  2. install prettier
  3. configure prettier
    • add files (config and ignore)
    • set up rules
  4. add the tailwind plugin for prettier
  5. test our new configuration check
    • needed to run prettier with a command -> set up in package.json
  6. merge to develop
  7. get +1 from team sanity check
  8. merge to main finished copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment