Skip to content

Commit

Permalink
Merge branch 'master' into updates-2023-04-20
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jul 14, 2023
2 parents 017c183 + 5cead2d commit 916094e
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 916094e

Please sign in to comment.