We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f382e + 0a261b0 commit 3cdd6d6Copy full SHA for 3cdd6d6
README.md
@@ -25,6 +25,12 @@ Rules here should be 1) actionable and 2) clearly testable in a PR review.
25
standardizing our code, and keeps this guide focused on high-level patterns
26
and things we can't programmatically capture.
27
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
34
## Automatic Styling
35
36
- Use prettier with the configuration from @twostoryrobot/prettier-config
0 commit comments