Skip to content

Commit

Permalink
docs: Fix configuration link (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvp17 authored Jul 14, 2023
1 parent 66a716d commit 5cead2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To install _lint-staged_ in the recommended way, you need to:
1. Install some linters, like [ESLint](https://eslint.org) or [Prettier](https://prettier.io)
1. Configure _lint-staged_ to run linters and other tasks:
- for example: `{ "*.js": "eslint" }` to run ESLint for all staged JS files
- See [Configuration](#Configuration) for more info
- See [Configuration](#configuration) for more info

Don't forget to commit changes to `package.json` and `.husky` to share this setup with your team!

Expand Down

0 comments on commit 5cead2d

Please sign in to comment.