File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " @ota-meshi/svelte/dollar-prefixed-store-uses-vars"
55description : " 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
1515ESLint ` no-unused-vars ` rule does not detect store variables used as $-prefixed.
@@ -41,6 +41,10 @@ Without this rule this code triggers warning:
4141
4242Nothing.
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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @ota-meshi/eslint-plugin-svelte" ,
3- "version" : " 0.17 .0" ,
3+ "version" : " 0.18 .0" ,
44 "publishConfig" : {
55 "access" : " public"
66 },
You can’t perform that action at this time.
0 commit comments