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: docs/rules/no-extra-reactive-curlies.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "svelte/no-extra-reactive-curlies"
5
5
description: "disallow wrapping single reactive statements in curly braces"
6
+
since: "v2.4.0"
6
7
---
7
8
8
9
# svelte/no-extra-reactive-curlies
9
10
10
11
> disallow wrapping single reactive statements in curly braces
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
14
14
15
15
## :book: Rule Details
@@ -47,6 +47,10 @@ This rule is compatible with `@tivac/svelte/reactive-curlies` rule.
Copy file name to clipboardExpand all lines: docs/rules/no-reactive-literals.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "svelte/no-reactive-literals"
5
5
description: "Don't assign literal values in reactive statements"
6
+
since: "v2.4.0"
6
7
---
7
8
8
9
# svelte/no-reactive-literals
9
10
10
11
> Don't assign literal values in reactive statements
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
14
14
15
15
## :book: Rule Details
@@ -44,6 +44,10 @@ This rule is compatible with `@tivac/svelte/reactive-literals` rule.
Copy file name to clipboardExpand all lines: docs/rules/sort-attributes.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
3
3
sidebarDepth: 0
4
4
title: "svelte/sort-attributes"
5
5
description: "enforce order of attributes"
6
+
since: "v2.4.0"
6
7
---
7
8
8
9
# svelte/sort-attributes
9
10
10
11
> enforce order of attributes
11
12
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
13
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
14
15
15
## :book: Rule Details
@@ -269,6 +269,10 @@ You can use the following formats for names or patterns:
269
269
270
270
</ESLintCodeBlock>
271
271
272
+
## :rocket: Version
273
+
274
+
This rule was introduced in eslint-plugin-svelte v2.4.0
0 commit comments