Skip to content

Commit 3533918

Browse files
committed
Update doc
1 parent 835e036 commit 3533918

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/rules/require-stores-init.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ export const d2 = derived([a, b], () => {})
4141

4242
Nothing.
4343

44+
## :heart: Compatibility
45+
46+
This rule was taken from [@tivac/eslint-plugin-svelte].
47+
This rule is compatible with `@tivac/svelte/stores-initial-value` rule.
48+
49+
[@tivac/eslint-plugin-svelte]: https://github.com/tivac/eslint-plugin-svelte/
50+
4451
## :mag: Implementation
4552

4653
- [Rule source](https://github.com/ota-meshi/eslint-plugin-svelte/blob/main/src/rules/require-stores-init.ts)

0 commit comments

Comments
 (0)