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
|[svelte/prefer-const](https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-const/)| Require `const` declarations for variables that are never reassigned after declared |:wrench:|
312
312
|[svelte/prefer-destructured-store-props](https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-destructured-store-props/)| destructure values from object stores for better change tracking & fewer redraws |:bulb:|
313
-
|[svelte/prefer-writable-derived](https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-writable-derived/)| Prefer using writable $derived instead of $state and $effect |:star::wrench:|
313
+
|[svelte/prefer-writable-derived](https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-writable-derived/)| Prefer using writable $derived instead of $state and $effect |:star::bulb:|
|[svelte/require-event-dispatcher-types](https://sveltejs.github.io/eslint-plugin-svelte/rules/require-event-dispatcher-types/)| require type parameters for `createEventDispatcher`|:star:|
316
316
|[svelte/require-optimized-style-attribute](https://sveltejs.github.io/eslint-plugin-svelte/rules/require-optimized-style-attribute/)| require style attributes that can be optimized ||
Copy file name to clipboardExpand all lines: docs/rules/prefer-writable-derived.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: 'Prefer using writable $derived instead of $state and $effect'
11
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
-:gear: This rule is included in `"plugin:svelte/recommended"`.
14
-
-: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
+
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
0 commit comments