Skip to content

Commit 133da46

Browse files
authored
feat: add husky to readme (#110)
1 parent afebe3a commit 133da46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Linting and formatting configuration shared by Netlify Node.js repositories:
1313
If you're creating a new repository, you can use the
1414
[following GitHub template](https://github.com/netlify/node-template). Otherwise, please follow those steps:
1515

16-
- `npm install -D @netlify/eslint-config-node`
16+
- `npm install -D @netlify/eslint-config-node husky@4`
1717
- Add a `.eslintrc.js` file to the root of the project. Based on the type of the project update the content of the file:
1818

1919
### Node.js project
@@ -52,7 +52,7 @@ module.exports = {
5252
}
5353
```
5454

55-
>Individual `rules` and `overrides` can be tweaked for the specific project.
55+
> Individual `rules` and `overrides` can be tweaked for the specific project.
5656
5757
- Add the following `.prettierrc.json` to the root of the project:
5858

0 commit comments

Comments
 (0)