Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1010 Bytes

File metadata and controls

22 lines (17 loc) · 1010 Bytes

format-whole-codebase-playground

A codebase formatting example accompanying this blog post on two-step-formatting

Formatting setup

yarn
npx prettier --write index.js

branch specification

branch name formatted description
master original master branch
develop original develop branch
prettier-master original master branch formatted
prettier-develop original develop branch formatted
develop-merge-master original develop branch merged with master branch
prettier-develop-merge-master original develop branch merged with master branch, then formatted
prettier-master-merge-develop original develop branch merged with master branch, then merged with prettier-master, conflicts resolved, then formatted