Skip to content

Commit

Permalink
user guide: remove redundant info about formatting commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed May 6, 2020
1 parent 0df65f9 commit 3c41819
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ pre-commit hook that is integrated when `yarn` installs the project dependencies
- We use [Prettier](https://prettier.io/) to format our source code (see
[its configuration](https://github.com/iterative/dvc.org/blob/master/.prettierrc)).
The formatting of staged files will automatically be done by a Git pre-commit
hook. You may also run `yarn format <file>` (format specific file/pattern),
`yarn format-staged` (all staged files), or `yarn format-all` (all `.md`,
`.js` and other source files) before committing changes if needed.
hook. You may also run the formatting [commands](#all-commands) manually.
([Advanced usage](https://prettier.io/docs/en/cli.html) of Prettier is
available through `yarn prettier ...`)

Expand Down

0 comments on commit 3c41819

Please sign in to comment.