Update README with code linting info
This commit is contained in:
parent
ebb0cfa01a
commit
874b78c19f
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue