Skip to content

Commit 3cdd6d6

Browse files
authored
Merge pull request #1 from TwoStoryRobot/chadfawcett-patch-1
Add package manager preference
2 parents b8f382e + 0a261b0 commit 3cdd6d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Rules here should be 1) actionable and 2) clearly testable in a PR review.
2525
standardizing our code, and keeps this guide focused on high-level patterns
2626
and things we can't programmatically capture.
2727

28+
## Package Manager
29+
30+
Use `npm` unless there is a specific reason to use `yarn` instead. If `npm` is
31+
not being used, make note in the README as to which package manager to use and
32+
why.
33+
2834
## Automatic Styling
2935

3036
- Use prettier with the configuration from @twostoryrobot/prettier-config

0 commit comments

Comments
 (0)