Skip to content

Commit

Permalink
consistent prose wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 24, 2018
1 parent 6f1b3ae commit ab64529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### Setup up your dev environment

1. Fork the repo and create your branch from `master`.
A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/
1. Fork the repo and create your branch from `master`. A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/

Open terminal (e.g. Terminal, iTerm, Git Bash or Git Shell) and type:

Expand All @@ -11,12 +10,9 @@
git checkout -b my_branch
```

Note:
Replace `<your_username>` with your GitHub username
Note: Replace `<your_username>` with your GitHub username

2. jest-runner-eslint uses [Yarn](https://code.facebook.com/posts/1840075619545360)
for running development scripts. If you haven't already done so,
please [install yarn](https://yarnpkg.com/en/docs/install).
2. jest-runner-eslint uses [Yarn](https://code.facebook.com/posts/1840075619545360) for running development scripts. If you haven't already done so, please [install yarn](https://yarnpkg.com/en/docs/install).

3. Run `yarn`.

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"rimraf": "^2.6.2"
},
"prettier": {
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
}
Expand Down

0 comments on commit ab64529

Please sign in to comment.