diff --git a/gh-pages/src/baseline-in-the-wild.md b/gh-pages/src/baseline-in-the-wild.md index dab86b6d5d9..87cf73a1faa 100644 --- a/gh-pages/src/baseline-in-the-wild.md +++ b/gh-pages/src/baseline-in-the-wild.md @@ -20,6 +20,7 @@ You can find web-features and Baseline data in the places listed below. If you s ## Tools - [use-baseline](https://github.com/eslint/css/blob/main/docs/rules/use-baseline.md), an ESLint CSS Language Plugin rule to enforce the use of Baseline features. +- [stylelint-plugin-use-baseline](https://www.npmjs.com/package/stylelint-plugin-use-baseline), a Stylelint plugin to enforce the use of Baseline features in CSS. - [`` web component](https://github.com/web-platform-dx/baseline-status), for displaying Baseline status on your own site. - [Baseline Status in a WordPress Block](https://css-tricks.com/baseline-status-in-a-wordpress-block/), to display the `` web component in a WordPress block. - [Baseline status of a web platform feature on a Hugo website](https://pawelgrzybek.com/baseline-status-of-a-web-platform-feature-on-a-hugo-website/), to display Baseline data on a static Hugo website.