Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip check for name to match npm package when private is true (#455
) <!-- π Hi, thanks for sending a PR to eslint-plugin-package-json! π. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #000 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> When I write a project that is not a npm package, we do not need to make the name field match the npm package rules. Sorry for not creating an issue first(I am lazy), feel free to close this PR if you do not want to make this change.
- Loading branch information