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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# eslint-plugin-svelte
2
2
3
+
## 2.14.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#310](https://github.com/ota-meshi/eslint-plugin-svelte/pull/310)[`6d392c4`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/6d392c4ac1d94e6f296858da99454198774c6bec) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve `svelte/indent` rule to support more ts syntax
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
-
14
13
## :book: Rule Details
15
14
16
15
We can define any number of `on:` directive with the same event name, but duplicate directives with the exact same event name and expression are probably a mistake.
@@ -47,6 +46,10 @@ This rule reports reports `on:` directives with exactly the same event name and
47
46
48
47
Nothing.
49
48
49
+
## :rocket: Version
50
+
51
+
This rule was introduced in eslint-plugin-svelte v2.14.0
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> **_This rule has not been released yet._** </badge>
13
-
14
13
## :book: Rule Details
15
14
16
15
We can define any number of `use:` directive with the same action, but duplicate directives with the exact same action and expression are probably a mistake.
@@ -40,6 +39,10 @@ This rule reports reports `use:` directives with exactly the same action and exp
40
39
41
40
Nothing.
42
41
42
+
## :rocket: Version
43
+
44
+
This rule was introduced in eslint-plugin-svelte v2.14.0
0 commit comments