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 +```