diff --git a/docs/rules/no-unused-css-selector.md b/docs/rules/no-unused-css-selector.md index 2804dede..a31ee332 100644 --- a/docs/rules/no-unused-css-selector.md +++ b/docs/rules/no-unused-css-selector.md @@ -2,14 +2,13 @@ title: "astro/no-unused-css-selector" description: "disallow selectors defined in `style` tag that don't use in HTML" setup: "import ESLintCodeBlock from '../docs-build/src/components/ESLintCodeBlockWrap.astro'" +since: "v0.10.0" --- # astro/no-unused-css-selector > disallow selectors defined in `style` tag that don't use in HTML -- :exclamation: **_This rule has not been released yet._** - ## :book: Rule Details This rule aims to remove unused CSS selectors. @@ -50,6 +49,10 @@ This rule aims to remove unused CSS selectors. Nothing. +## :rocket: Version + +This rule was introduced in eslint-plugin-astro v0.10.0 + ## :mag: Implementation - [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/no-unused-css-selector.ts) diff --git a/package.json b/package.json index 4a844c0c..eec6fabc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-astro", - "version": "0.9.0", + "version": "0.10.0", "description": "ESLint plugin for Astro component", "main": "lib/index.js", "files": [