Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Note that this repository is _just_ for your WordPress theme. The WordPress inst
- [phpdotenv](https://github.com/vlucas/phpdotenv)
- [carbon](https://carbon.nesbot.com/)
- Linting and testing
- JS, CSS, and PHP linting thanks to [Prettier](https://github.com/prettier/prettier), [ESLint](https://eslint.org/), and [phpcs](https://github.com/squizlabs/PHP_CodeSniffer)
- JS, CSS, and PHP linting thanks to [Prettier](https://github.com/prettier/prettier), [ESLint](https://eslint.org/), and [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer)
- Static analysis of PHP code with [PHPStan](https://phpstan.org/)
- Accessibility testing with [pa11y](https://github.com/pa11y/pa11y)
- Bundle size limiting with [bundlesize](https://github.com/siddharthkp/bundlesize)
Expand Down