Skip to content

Commit

Permalink
Update readme to reference husky.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 23, 2025
1 parent 9e5af8d commit 17d5f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ It will give you all of the tools you needs to get up and running quickly.

1. A pre-configured build process provided by the `@wordpress/scripts` package. This is the standard build process for WordPress. For more information on configuration and options, please see the [official documentation](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/).
2. A PHP CodeSniffer configuration that will check your code against the coding standards that are recommended by the Newspack team.
3. A Prettier configuration for WordPress.
4. Linting tools for CSS, JS and PHP
3. A [Prettier](https://prettier.io/) configuration for WordPress.
4. A [Husky](https://typicode.github.io/husky/) configuration to lint local files changes before they are committed.
5. A GitHub action to check that your commits and merges adhere to the correct coding standards
6. A GitHub action to automatically deploy your changes when merged to trunk. (See the Setup section for how to enable this feature)

Expand Down

0 comments on commit 17d5f3e

Please sign in to comment.