Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszarate committed Dec 13, 2023
1 parent 3e4f591 commit d8f21e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ Note that the order of configs can matter, since they can contain overrides. It

### Prettier

Install [WP Prettier](https://github.com/Automattic/wp-prettier) to benefit from additional formatting rules:
Install [WP Prettier](https://github.com/Automattic/wp-prettier) v2.x to benefit from additional formatting rules:

```sh
npm i --save-dev --save-exact "prettier@npm:wp-prettier@2.8.5"
```

Ensure that wp-prettier v3.0 and is above is not installed as that isn't currently supported.

This repo also provides a Prettier config, which you can use with the following `.prettierrc`:

```json
Expand Down

0 comments on commit d8f21e7

Please sign in to comment.