We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e7d3 commit 74bd17cCopy full SHA for 74bd17c
README.md
@@ -30,7 +30,7 @@ module.exports = {
30
"@netlify/eslint-config-node/.prettierrc.json"
31
```
32
33
-- Copy the `.editorconfig` and `.gitattributes` files to the root
+- Copy the `.editorconfig`,`.gitattributes` and `./scripts/run-on-error.js` files relativity to the root of the project.
34
- Add the following properties to the `package.json`. Please replace the `scriptsArgs` globbing expressions to match the
35
files where the source JavaScript/Markdown/HTML/JSON/YAML files are located. `npm run format` should also be run
36
during `npm test` and `npm run format:ci` during CI
0 commit comments