Skip to content

Commit

Permalink
Document support for package.yaml in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley committed Oct 31, 2023
1 parent 6fd997b commit a79d13a
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 @@ -145,7 +145,7 @@ Options:

_Lint-staged_ can be configured in many ways:

- `lint-staged` object in your `package.json`
- `lint-staged` object in your `package.json`, or [`package.yaml`](https://github.com/pnpm/pnpm/pull/1799)
- `.lintstagedrc` file in JSON or YML format, or you can be explicit with the file extension:
- `.lintstagedrc.json`
- `.lintstagedrc.yaml`
Expand Down

0 comments on commit a79d13a

Please sign in to comment.