Skip to content

Commit 2401f36

Browse files
committed
0.19.0
1 parent cbb4347 commit 2401f36

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/no-unused-svelte-ignore.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "@ota-meshi/svelte/no-unused-svelte-ignore"
55
description: "disallow unused svelte-ignore comments"
6+
since: "v0.19.0"
67
---
78

89
# @ota-meshi/svelte/no-unused-svelte-ignore
910

1011
> disallow unused svelte-ignore comments
1112
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
1313
- :gear: This rule is included in `"plugin:@ota-meshi/svelte/recommended"`.
1414

1515
## :book: Rule Details
@@ -44,6 +44,10 @@ Nothing.
4444

4545
- [Svelte - Docs > Comments](https://svelte.dev/docs#template-syntax-comments)
4646

47+
## :rocket: Version
48+
49+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.19.0
50+
4751
## :mag: Implementation
4852

4953
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-unused-svelte-ignore.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ota-meshi/eslint-plugin-svelte",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)