File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Linting and formatting configuration shared by Netlify Node.js repositories:
11
11
## How to add to a new Node.js repository
12
12
13
13
- ` npm install -D @netlify/eslint-config-node husky cross-env npm-run-all `
14
- - Add the following ` .eslintrc.js ` at the root. Individual ` rules ` and ` overrides ` can be tweaked for the specific
15
- project.
14
+ - Add the following ` .eslintrc.js ` to the root of the project . Individual ` rules ` and ` overrides ` can be tweaked for the
15
+ specific project.
16
16
17
17
``` js
18
18
const { overrides } = require (' @netlify/eslint-config-node' )
@@ -24,7 +24,7 @@ module.exports = {
24
24
}
25
25
```
26
26
27
- - Add the following ` .prettierrc.json ` at the root:
27
+ - Add the following ` .prettierrc.json ` to the root of the project :
28
28
29
29
``` json
30
30
" @netlify/eslint-config-node/.prettierrc.json"
You can’t perform that action at this time.
0 commit comments