-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting some svelte rules I've made elsewhere? #198
Comments
That's great for me!! Are you planning to deprecate |
By the way, I don't use |
I won't consider Besides, I've already encouraged users to use this plugin instead at https://github.com/prettier/eslint-plugin-prettier#svelte-support and also sveltejs/eslint-plugin-svelte3#184. |
Oh great, I'll try to get cracking on some PRs then. I haven't had a ton of issues with |
I think it's okay that the plugin contains rules that can also be used with However, maybe something needs to be done to get the demo for |
Thank you for following up on the issue @ota-meshi and @tivac . |
Yeah, thanks to your help, all the rules have been implemented! So I close this issue. |
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
svelte/no-extra-reactive-curlies
rule #201svelte/no-reactive-literals
rule #203Addprefer-reactive-destructuring
rule #205no-reactive-functions
rule #206prefer-destructured-store-props
rule #208derived-has-same-inputs-outputs
#249svelte/require-stores-init
rule #211stores-no-async
#225Examples
Examples for all of the rules are available in the tests folder.
Additional comments
No response
The text was updated successfully, but these errors were encountered: