Update README.md version of prettier in pre-commit (#1788)

- a version of prettier to latest in README in pre-commit config yaml example
master
Marcel Mokoš 2017-05-28 21:24:50 +02:00 committed by Christopher Chedeau
parent e270032d37
commit f0683b8e1a
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ Just copy the following config in your pre-commit config yaml file
sha: '' # Use the sha or tag you want to point at
hooks:
- id: prettier
additional_dependencies: ['prettier@1.1.0']
additional_dependencies: ['prettier@1.3.1']
```