From 3c4181978a13d634436f14fac10a79d531626ce6 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 5 May 2020 21:44:12 -0500 Subject: [PATCH] user guide: remove redundant info about formatting commands per https://github.com/iterative/dvc.org/pull/1252#pullrequestreview-406274192 --- content/docs/user-guide/contributing/docs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index 9eab9e7e2a..a038af1124 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -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 ` (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 ...`)