Skip to content

Commit 2eb411a

Browse files
chore: Make this plugin as official (#441)
Co-authored-by: Daniel M. Capella <polyzen@users.noreply.github.com>
1 parent d7ce9bd commit 2eb411a

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
`eslint-plugin-svelte` is [ESLint] plugin for [Svelte].
3+
`eslint-plugin-svelte` is the official [ESLint] plugin for [Svelte].
44
It provides many unique check rules by using the template AST.
55
You can check on the [Online DEMO](https://sveltejs.github.io/eslint-plugin-svelte/playground/).
66

@@ -23,12 +23,6 @@ You can check on the [Online DEMO](https://sveltejs.github.io/eslint-plugin-svel
2323
[ESLint] plugin for [Svelte].
2424
It provides many unique check rules using the AST generated by [svelte-eslint-parser].
2525

26-
### ❓ Why?
27-
28-
[Svelte] has the official [ESLint] plugin the [eslint-plugin-svelte3]. The [eslint-plugin-svelte3] works well enough to check scripts. However, it does not handle the AST of the template, which makes it very difficult for third parties to create their own the [ESLint] rules for the [Svelte].
29-
30-
The [svelte-eslint-parser] aims to make it easy to create your own rules for the [Svelte] by allowing the template AST to be used in the rules.
31-
3226
### ❗ Attention
3327

3428
The [svelte-eslint-parser] and the `eslint-plugin-svelte` can not be used with the [eslint-plugin-svelte3].

docs/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "eslint-plugin-svelte"
44

55
# Introduction
66

7-
`eslint-plugin-svelte` is [ESLint] plugin for [Svelte].
7+
`eslint-plugin-svelte` is the official [ESLint] plugin for [Svelte].
88
It provides many unique check rules by using the template AST.
99
You can check on the [Online DEMO](./playground.md).
1010

@@ -27,12 +27,6 @@ You can check on the [Online DEMO](./playground.md).
2727
[ESLint] plugin for [Svelte].
2828
It provides many unique check rules using the AST generated by [svelte-eslint-parser].
2929

30-
### ❓ Why?
31-
32-
[Svelte] has the official [ESLint] plugin the [eslint-plugin-svelte3]. The [eslint-plugin-svelte3] works well enough to check scripts. However, it does not handle the AST of the template, which makes it very difficult for third parties to create their own the [ESLint] rules for the [Svelte].
33-
34-
The [svelte-eslint-parser] aims to make it easy to create your own rules for the [Svelte] by allowing the template AST to be used in the rules.
35-
3630
### ❗ Attention
3731

3832
The [svelte-eslint-parser] and the `eslint-plugin-svelte` can not be used with the [eslint-plugin-svelte3].

0 commit comments

Comments
 (0)