Correct lint command in contribution guidelines (#2950)

This commit is contained in:
Simon Hartley 2024-10-08 07:51:36 +01:00 committed by GitHub
parent d6e17abb13
commit 5a7899dca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ npm test
## Pull Requests
### Technical Requirements
1. Please lint all proposed changes with the `npm lint-fix` command
1. Please lint all proposed changes with the `npm run format` command
1. All PRs must be made against the `dev` branch, except documentation PRs (that only modify the `www/` directory) which can be made against `master`.
1. Please avoid sending the `dist` files along your PR, only include the `src` ones.
1. Please include test cases in [`/test`](https://github.com/bigskysoftware/htmx/tree/dev/test) and docs in [`/www`](https://github.com/bigskysoftware/htmx/tree/dev/www).