Skip to content

Commit 2614df0

Browse files
committed
chore(no-unused-class-name): removed premature 'since' comment
1 parent 8aa5b9a commit 2614df0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/rules/no-unused-class-name.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "svelte/no-unused-class-name"
55
description: "disallow the use of a class in the template without a corresponding style"
6-
since: "v2.16.0"
76
---
87

98
# svelte/no-unused-class-name
109

1110
> disallow the use of a class in the template without a corresponding style
1211
12+
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
13+
1314
## :book: Rule Details
1415

1516
This rule is aimed at reducing unused classes in the HTML template. While `svelte-check` will produce the `css-unused-selector` if your `<style>` block includes any classes that aren't used in the template, this rule works the other way around - it reports cases wehre the template contains classes that aren't referred to in the `<style>` block.
@@ -54,10 +55,6 @@ This rule is aimed at reducing unused classes in the HTML template. While `svelt
5455

5556
Nothing.
5657

57-
## :rocket: Version
58-
59-
This rule was introduced in eslint-plugin-svelte v2.16.0
60-
6158
## :mag: Implementation
6259

6360
- [Rule source](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/src/rules/no-unused-class-name.ts)

0 commit comments

Comments
 (0)