Skip to content

Commit a6823b0

Browse files
committed
0.18.0
1 parent e1e0252 commit a6823b0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/rules/dollar-prefixed-store-uses-vars.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/dollar-prefixed-store-uses-vars"
55
description: "prevent $-prefixed variables to be marked as unused"
6+
since: "v0.18.0"
67
---
78

89
# @ota-meshi/svelte/dollar-prefixed-store-uses-vars
910

1011
> prevent $-prefixed variables to be marked as unused
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/base"` and `"plugin:@ota-meshi/svelte/recommended"`.
1414

1515
ESLint `no-unused-vars` rule does not detect store variables used as $-prefixed.
@@ -41,6 +41,10 @@ Without this rule this code triggers warning:
4141

4242
Nothing.
4343

44+
## :rocket: Version
45+
46+
This rule was introduced in @ota-meshi/eslint-plugin-svelte v0.18.0
47+
4448
## :mag: Implementation
4549

4650
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/dollar-prefixed-store-uses-vars.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.17.0",
3+
"version": "0.18.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)