From f07d6b1ea40e1e1a675eb238ff27844fcb4f4df6 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 9 Feb 2022 02:52:07 +0100 Subject: [PATCH] README: suggest running 'yarn format:prettier' when linting fails (#4467) * README: suggest running 'yarn format:prettier' when linting fails Co-authored-by: Max Leiter --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46fc4b27..8fb2fb62 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ fork. Before submitting any change, make sure to: - Read the [Contributing instructions](https://github.com/thelounge/thelounge/blob/master/.github/CONTRIBUTING.md#contributing) -- Run `yarn test` to execute linters and test suite +- Run `yarn test` to execute linters and the test suite + - Run `yarn format:prettier` if linting fails - Run `yarn build` if you change or add anything in `client/js` or `client/components` - `yarn dev` can be used to start The Lounge with hot module reloading