-
Notifications
You must be signed in to change notification settings - Fork 44
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
This plugin is deprecated in favor of eslint-plugin-svelte
#184
Comments
I agree. I suffered about 3 hours of pain because of this packages. https://github.com/ota-meshi/eslint-plugin-svelte worked instantly. |
Agreed. I just noticed this plugin throwing errors causing linting to fail for a while. I just switched and it's working now plus it caught a lot of problems that should have fallen under our standard rules. This plugin doesn't seem necessary anymore. |
Can vote for this too; |
Even though it's the "official" svelte eslint plugin, `eslint-plugin-svelte` has problems and is in the process of deprecation: * sveltejs/eslint-plugin-svelte3#134 * sveltejs/eslint-plugin-svelte3#184
I second that. This plugin also fails in cases like indentation (see the issue I created #188), whereas on the other hand, |
@JounQin there's a typo in the issue title that makes this issue difficult to find. i couldn't find it by searching "deprecate" |
eslint-plugin-svelte
with correct parsereslint-plugin-svelte
with correct parser
|
eslint-plugin-svelte
with correct parsereslint-plugin-svelte
Go to https://github.com/sveltejs/eslint-plugin-svelte for the official plugin. See this PR for an example of how to migrate your eslint config.
Original message
https://github.com/ota-meshi/eslint-plugin-svelte
https://github.com/ota-meshi/svelte-eslint-parser
cc @Conduitry
The text was updated successfully, but these errors were encountered: