Skip to content

Commit 92671be

Browse files
authored
[chore] Deprecate this repository (#204)
1 parent 2d91307 commit 92671be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ⚠️ Please use [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) instead
2+
3+
This ESLint plugin is deprecated.<br>
4+
[`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) is the new official ESLint plugin for Svelte.
5+
6+
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.
7+
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).
8+
19
# eslint-plugin-svelte3
210

311
An ESLint plugin for Svelte v3 components.

0 commit comments

Comments
 (0)