build: remove need for custom `eslint-plugin-stdlib` bundle by Planeshifter · Pull Request #10948 · stdlib-js/stdlib
Resolves stdlib-js/metr-issue-tracker#67.
Description
What is the purpose of this pull request?
This pull request:
- Replaces the Browserify bundling step for
eslint-plugin-stdlibwith a thin proxy atetc/eslint/plugin/installed via afile:devDependency inpackage.json. - Removes
tools/make/lib/init/eslint.mkand the associatedinit-eslint-plugins/clean-eslint-pluginsMake targets, sincenpm installnow handles plugin setup automatically. - Node.js module resolution naturally resolves all
@stdlib/...requires from within thelib/node_modules/tree, making the 4.2MB Browserify bundle unnecessary.
Related Issues
Does this pull request have any related issues?
This pull request has the following related issues:
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- Read, understood, and followed the contributing guidelines.
AI Assistance
When authoring the changes proposed in this PR, did you use any kind of AI assistance?
- Yes
- No
If you answered "yes" above, how did you use AI assistance?
- Code generation (e.g., when writing an implementation or fixing a bug)
- Test/benchmark generation
- Documentation (including examples)
- Research and understanding
Disclosure
If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".
This PR was written primarily by Claude Code.
@stdlib-js/reviewers