From e6beae37b49a6759ccffb1038fbb7cecbf8c2077 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 28 Mar 2020 07:38:53 +0530 Subject: [PATCH] docs(SETUP): fix code formatting command --- _SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_SETUP.md b/_SETUP.md index e8f40001c..b409fb75e 100644 --- a/_SETUP.md +++ b/_SETUP.md @@ -60,7 +60,7 @@ yarn test:update-snapshots ### To run code formatter (prettier) run ```bash -yarn pretty +yarn pretty-lint --write ``` ### To run all linters use