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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ These rules relate to possible syntax or logic errors in Svelte code:
269
269
|[svelte/no-not-function-handler](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-not-function-handler/)| disallow use of not function in event handler |:star:|
270
270
|[svelte/no-object-in-text-mustaches](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-object-in-text-mustaches/)| disallow objects in text mustache interpolation |:star:|
271
271
|[svelte/no-shorthand-style-property-overrides](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-shorthand-style-property-overrides/)| disallow shorthand style properties that override related longhand properties |:star:|
272
-
|[svelte/no-store-async](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-store-async.md)| disallow using async/await inside svelte stores |:star:|
272
+
|[svelte/no-store-async](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-store-async/)| disallow using async/await inside svelte stores because it causes issues with the auto-unsubscribing features ||
Copy file name to clipboardExpand all lines: docs/rules.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ These rules relate to possible syntax or logic errors in Svelte code:
22
22
|[svelte/no-not-function-handler](./rules/no-not-function-handler.md)| disallow use of not function in event handler |:star:|
23
23
|[svelte/no-object-in-text-mustaches](./rules/no-object-in-text-mustaches.md)| disallow objects in text mustache interpolation |:star:|
24
24
|[svelte/no-shorthand-style-property-overrides](./rules/no-shorthand-style-property-overrides.md)| disallow shorthand style properties that override related longhand properties |:star:|
25
-
|[svelte/no-store-async](./rules/no-store-async.md)| disallow using async/await inside svelte stores |:star:|
25
+
|[svelte/no-store-async](./rules/no-store-async.md)| disallow using async/await inside svelte stores because it causes issues with the auto-unsubscribing features ||
0 commit comments