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:
1313If 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
You can’t perform that action at this time.
0 commit comments