Closed
Description
Motivation
I've got a collection of custom eslint rules for svelte that I've been iterating on for a while. Now that this package exists (and is excellent!) I'm curious if you'd be interested in PRs to migrate some or all of these rules into this package?
https://github.com/tivac/eslint-plugin-svelte
Description
- add
svelte/no-extra-reactive-curlies
rule #201 - Add
svelte/no-reactive-literals
rule #203 -
Addprefer-reactive-destructuring
rule #205 - add
no-reactive-functions
rule #206 - Add
prefer-destructured-store-props
rule #208 - feat: implement
derived-has-same-inputs-outputs
#249 - Add
svelte/require-stores-init
rule #211 - feat: implement
stores-no-async
#225
Examples
Examples for all of the rules are available in the tests folder.
Additional comments
No response