File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Linting and formatting configuration shared by Netlify Node.js repositories:
13
13
If you're creating a new repository, you can use the
14
14
[ following GitHub template] ( https://github.com/netlify/node-template ) . Otherwise, please follow those steps:
15
15
16
- - ` npm install -D @netlify/eslint-config-node `
16
+ - ` npm install -D @netlify/eslint-config-node husky@4 `
17
17
- Add a ` .eslintrc.js ` file to the root of the project. Based on the type of the project update the content of the file:
18
18
19
19
### Node.js project
@@ -52,7 +52,7 @@ module.exports = {
52
52
}
53
53
```
54
54
55
- > Individual ` rules ` and ` overrides ` can be tweaked for the specific project.
55
+ > Individual ` rules ` and ` overrides ` can be tweaked for the specific project.
56
56
57
57
- Add the following ` .prettierrc.json ` to the root of the project:
58
58
You can’t perform that action at this time.
0 commit comments