Performance: [eslint-plugin] Stop publishing docs/ directory to npm #11234
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
good first issue
Good for newcomers
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
eslint-plugin
My proposal is suitable for this project
Description
https://app.unpkg.com/@typescript-eslint/eslint-plugin@8.32.1 shows a 526 kB
docs/
directory is published with the package. It includes a bunch ofrules/*.md(x)
files that are source code for what gets published to https://typescript-eslint.io/rules.I don't think we need to publish this. Proposal: let's get rid of it?
Additional Info
Granted, 526 kB is ~0.26% of the total ~2 MB the package publishes on its own, let alone the ~9 MB including all the dependencies. But if there's no need to publish that stuff, I don't think we should.
The text was updated successfully, but these errors were encountered: