You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,15 @@ An ESLint plugin for Svelte v3 components.
6
6
7
7
- Svelte compiler errors and warnings are exposed as ESLint messages
8
8
- Variables referred to in your template won't be marked as unused in your scripts
9
+
- References to store auto-subscriptions are considered references to the underlying variables
9
10
- Messages about self-assignments are suppressed, as this is an official pattern for manually triggering reactive updates
10
11
- Messages about unused labels called `$` are suppressed, as this is the syntax for reactive assignments
11
12
12
13
## Installation
13
14
14
15
For now, this is not published to npm. Install from Git tags. See [the documentation on `npm install`](https://docs.npmjs.com/cli/install) for how to do this.
15
16
16
-
Untagged releases may depend on unreleased Svelte 3 features. Tagged releases should always work with the specified Svelte version. The latest tagged version requires at least Svelte 3.0.0-alpha2.
17
+
Untagged releases may depend on unreleased Svelte 3 features. Tagged releases should always work with the specified Svelte version. The latest tagged version requires at least Svelte 3.0.0-alpha21.
0 commit comments