Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasphil committed Aug 21, 2024
1 parent 27b6f20 commit 036cb84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ Once they're installed, run:
lefthook install
```

When you make a commit now, Lefthook will ensure your changes and commit message adhere to our coding guidelines.
When you make a commit now, Lefthook will ensure your changes and commit message adhere to our coding guidelines:

- Code is formatted with Prettier
- ESLint passes without warnings
- The commit message follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification

### Making a release

Expand Down

0 comments on commit 036cb84

Please sign in to comment.