Closed
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
A lot of old repos of mine used to have jsonc-eslint-parser
explicitly listed as a devDependency to use eslint-plugin-package-json
with the legacy eslintrc. But, that's long since passed, and I've transitioned most of those repos over to the new format. If a package -e.g. https://github.com/JoshuaKGoldberg/eslint-plugin-package-json- wants the dep it should be allowed to stay.
Actual
https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/pull/993/files#r2027978509 - it keeps getting uninstalled..
Additional Info
🎁