Skip to content

Commit 76f0bc5

Browse files
chore: release eslint-plugin-svelte
1 parent 7324889 commit 76f0bc5

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changeset/real-buses-complain.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-svelte
22

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- [#270](https://github.com/ota-meshi/eslint-plugin-svelte/pull/270) [`dc60b36`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/dc60b36007d26ce5bc639a87d2a57072d7cf6c89) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `svelte/prefer-destructured-store-props` rule
8+
39
## 2.9.0
410

511
### Minor Changes

docs/rules/prefer-destructured-store-props.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "svelte/prefer-destructured-store-props"
55
description: "destructure values from object stores for better change tracking & fewer redraws"
6+
since: "v2.10.0"
67
---
78

89
# svelte/prefer-destructured-store-props
910

1011
> destructure values from object stores for better change tracking & fewer redraws
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
- :bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
1414

1515
## :book: Rule Details
@@ -49,6 +49,10 @@ This rule is compatible with `@tivac/svelte/store-prop-destructuring` rule.
4949

5050
[@tivac/eslint-plugin-svelte]: https://github.com/tivac/eslint-plugin-svelte/
5151

52+
## :rocket: Version
53+
54+
This rule was introduced in eslint-plugin-svelte v2.10.0
55+
5256
## :mag: Implementation
5357

5458
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/prefer-destructured-store-props.ts)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-svelte",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "ESLint plugin for Svelte using AST",
55
"repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git",
66
"homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",

0 commit comments

Comments
 (0)