We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4edf7 commit ccf123eCopy full SHA for ccf123e
README.md
@@ -34,7 +34,7 @@ module.exports = {
34
"@netlify/eslint-config-node/.prettierrc.json"
35
```
36
37
-- Copy the `commitlint.config.cjs`, `.editorconfig` and `.gitattributes` files relativity to the root of the project.
+- Copy the `commitlint.config.cjs`, `.editorconfig` and `.gitattributes` files to the root of the project.
38
- Add the following properties to the `package.json`. Please replace the `config` globbing expressions to match the
39
files where the source JavaScript/Markdown/HTML/JSON/YAML files are located. `npm run format` should also be run
40
during `npm test` and `npm run format:ci` during CI
0 commit comments