diff --git a/README.md b/README.md index 72340905b..5292f15e7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ _We want to change that!_ | | [Code Coverage](./packages/plugin-coverage#readme) | Collects code **coverage** from your tests. | | | [JS Packages](./packages/plugin-js-packages#readme) | Checks 3rd party packages for known **vulnerabilities** and **outdated** versions. | | | [Lighthouse](./packages/plugin-lighthouse#readme) | Measures web performance and best practices with **Lighthouse**. | +| | [JSDocs](./packages/plugin-jsdocs#readme) | Analyzes how much source code is **documented** using JSDocs comments. | +| | [TypeScript](./packages/plugin-typescript#readme) | Checks for **TypeScript** errors using strict compiler flags. | --- diff --git a/docs/images/plugin-jsdocs.icon.png b/docs/images/plugin-jsdocs.icon.png new file mode 100644 index 000000000..1c2ffaa37 Binary files /dev/null and b/docs/images/plugin-jsdocs.icon.png differ diff --git a/docs/images/plugin-typescript.icon.png b/docs/images/plugin-typescript.icon.png new file mode 100644 index 000000000..fb2bb1c96 Binary files /dev/null and b/docs/images/plugin-typescript.icon.png differ