From 874b78c19fe9f02fe4c10598b825cb6b2d8c6110 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Wed, 20 Jul 2022 17:01:37 +0200 Subject: [PATCH] Update README with code linting info --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d19ab8c..7e5189d 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,15 @@ SDK for building great Saleor Apps. ```bash npm i @saleor/app-sdk ``` + +## Development + +### Code style + +Before committing the code, Git pre-hooks will check staged changes for +following the code styles. If you would like to format the code by yourself, run +the command: + +```bash +pnpm lint +```