From ead3e20a708201358f7bb0822ae81f709df33311 Mon Sep 17 00:00:00 2001 From: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:22:35 +0900 Subject: [PATCH] Add stylelint-plugin-use-baseline to Baseline in the wild --- gh-pages/src/baseline-in-the-wild.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gh-pages/src/baseline-in-the-wild.md b/gh-pages/src/baseline-in-the-wild.md index 1992545f310..38755924039 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.