File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " @ota-meshi/svelte/no-unused-svelte-ignore"
5
5
description : " disallow unused svelte-ignore comments"
6
+ since : " v0.19.0"
6
7
---
7
8
8
9
# @ota-meshi/svelte /no-unused-svelte-ignore
9
10
10
11
> disallow unused svelte-ignore comments
11
12
12
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > ** _ This rule has not been released yet._ ** </badge >
13
13
- :gear : This rule is included in ` "plugin:@ota-meshi/svelte/recommended" ` .
14
14
15
15
## :book : Rule Details
@@ -44,6 +44,10 @@ Nothing.
44
44
45
45
- [ Svelte - Docs > Comments] ( https://svelte.dev/docs#template-syntax-comments )
46
46
47
+ ## :rocket : Version
48
+
49
+ This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.19.0
50
+
47
51
## :mag : Implementation
48
52
49
53
- [ Rule source] ( https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/no-unused-svelte-ignore.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ota-meshi/eslint-plugin-svelte" ,
3
- "version" : " 0.18.1 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments