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
Husky 5 incompatible with old config
Husky 5 is in early access and in the new version there are changes in configuration basically version 4 config file will not work in 5
  • Loading branch information
anuragarwalkar authored Mar 8, 2021
commit c76a2d66d2569ba519539b9406fba7f522094c87
2 changes: 1 addition & 1 deletion docusaurus/docs/setting-up-your-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Prettier is an opinionated code formatter with support for JavaScript, CSS and J
To format our code whenever we make a commit in git, we need to install the following dependencies:

```sh
npm install --save husky lint-staged prettier
npm install --save husky@4 lint-staged prettier
```

Alternatively you may use `yarn`:
Expand Down