Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 5, 2022
1 parent 286ed24 commit bc60408
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/rules/no-unused-css-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>

## :book: Rule Details

This rule aims to remove unused CSS selectors.
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit bc60408

Please sign in to comment.