Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Apr 25, 2023
1 parent ebefac7 commit 9835184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This ESLint plugin is deprecated.<br>
[`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) is the new official ESLint plugin for Svelte.

This plugin has supported Svelte's development for a long time. However, it does not handle the AST of the template, which makes it very difficult to create custom ESLint rules.
To solve this issue, [ota-meshi](https://github.com/ota-meshi) developed [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) and [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) and Svelte team decided that we will switch our official plugin to [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte).
This plugin has supported Svelte's development for a long time. However, it does not handle the AST of the template well, which results in false positives/negatives and makes it very difficult to create custom ESLint rules.
To solve this issue, [ota-meshi](https://github.com/ota-meshi) developed [svelte-eslint-parser](https://github.com/sveltejs/svelte-eslint-parser) and [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) which has proven to be more reliable and successful. The Svelte team therefore decided to switch the official plugin to [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte).

# eslint-plugin-svelte3

Expand Down

0 comments on commit 9835184

Please sign in to comment.