-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature: Switch from npm-package-json-lint to eslint-plugin-package-json #839
Comments
I'm getting pretty close on the There are a few |
Per JoshuaKGoldberg/eslint-plugin-package-json#42 (comment), this is now unblocked. Hooray! 🙌 |
## PR Checklist - [x] Addresses an existing open issue: fixes #839 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Directly swaps from the standalone `npm-package-json-lint` linter to using `eslint-plugin-package-json` in the existing ESLint config. Fewer tools, yay!
🎉 This is included in version v1.56.0 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Overview
Splitting out of #834: I'd like to reduce the number of linters and scripts used in this project. I recently started working on
eslint-plugin-package-json
. I hope to get it to be a reasonable replacement fornpm-package-json-lint
.Additional Info
Blocked on
eslint-plugin-package-json
getting to feature parity withnpm-package-json-lint
. Currently tracked in JoshuaKGoldberg/eslint-plugin-package-json#28; will be split out soon.The text was updated successfully, but these errors were encountered: