Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add more test cases for isPackageJson function (#761)
<!-- π 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 - [ ] Addresses an existing open issue: fixes #000 - [ ] 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) - [ ] 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. --> I had developed some vscode extensions. I will add some json files like `package.nls.json` or `package.nls.zh-cn.json` for internationalization support. So I add more test cases. ![screenshot of file list with variations of package.json files circled](https://github.com/user-attachments/assets/b1c425f8-3c38-4899-8dfb-2f1fcc1d3f55)
- Loading branch information