eslint-plugin-svelte3 icon indicating copy to clipboard operation
eslint-plugin-svelte3 copied to clipboard

This plugin is deprecated in favor of `eslint-plugin-svelte`

Open JounQin opened this issue 3 years ago • 6 comments

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

JounQin avatar Jul 01 '22 22:07 JounQin

I agree. I suffered about 3 hours of pain because of this packages.

https://github.com/ota-meshi/eslint-plugin-svelte worked instantly.

Levminer avatar Jul 05 '22 11:07 Levminer

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.

Jojoshua avatar Aug 09 '22 22:08 Jojoshua

Can vote for this too; ota-meshi/eslint-plugin-svelte worked absolutely terrific.

multiplehats avatar Aug 13 '22 12:08 multiplehats

I second that. This plugin also fails in cases like indentation (see the issue I created #188), whereas on the other hand, eslint-plugin-svelte seems to work flawlessly. The SvelteKit template should also switch to this plugin.

aradalvand avatar Sep 25 '22 13:09 aradalvand

@JounQin there's a typo in the issue title that makes this issue difficult to find. i couldn't find it by searching "deprecate"

DetachHead avatar Dec 02 '22 00:12 DetachHead

eslint-plugin-svelte is now Svelte official ESLint plugin 🎉 https://github.com/sveltejs/eslint-plugin-svelte

ota-meshi avatar Apr 26 '23 01:04 ota-meshi