typescript-eslint / typescript-eslint

:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

Home Page:https://typescript-eslint.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs: Add links to npm packages in typescript-eslint/packages/*

JoshuaKGoldberg opened this issue · comments

Before You File a Documentation Request Please Confirm You Have Done The Following...

Suggested Changes

I just noticed that package docs pages like https://typescript-eslint.io/packages/eslint-plugin never actually link to the npm packages like https://www.npmjs.com/package/@typescript-eslint/eslint-plugin. It'd be a nice convenience for them to add that link.

Maybe, the common kind of npm badge image a lot of projects use, like from shields.io? Note that we should self-host the image (i.e. have a React component) so we don't take a dependency on the external service.

Affected URL(s)

https://typescript-eslint.io/packages/*

Whoops, this was fixed by #9241.