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
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,6 @@ These rules relate to better ways of doing things to help you avoid problems:
362
362
|[svelte/no-unused-class-name](https://sveltejs.github.io/eslint-plugin-svelte/rules/no-unused-class-name/)| disallow the use of a class in the template without a corresponding style ||
|[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:|
366
365
|[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:|
|[svelte/require-event-dispatcher-types](https://sveltejs.github.io/eslint-plugin-svelte/rules/require-event-dispatcher-types/)| require type parameters for `createEventDispatcher`||
0 commit comments