Skip to content

Commit d0b5757

Browse files
committed
update doc
1 parent c778ba7 commit d0b5757

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ You can check it on [Online DEMO](https://ota-meshi.github.io/svelte-eslint-pars
2323

2424
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.
2525

26+
The [`@ota-meshi/eslint-plugin-svelte`] is an ESLint plugin that uses The [svelte-eslint-parser]. I have already [implemented some rules].
27+
28+
[`@ota-meshi/eslint-plugin-svelte`]: https://github.com/ota-meshi/eslint-plugin-svelte
29+
[implemented some rules]: https://ota-meshi.github.io/eslint-plugin-svelte/rules/
30+
2631
## ❗ Attention
2732

2833
The [svelte-eslint-parser] can not be used with the [eslint-plugin-svelte3].
@@ -117,6 +122,7 @@ Example **.vscode/settings.json**:
117122

118123
- [AST.md](./docs/AST.md) is AST specification. You can check it on the [Online DEMO](https://ota-meshi.github.io/svelte-eslint-parser/).
119124
- The parser will generate its own [ScopeManager](https://eslint.org/docs/developer-guide/scope-manager-interface). You can check it on the [Online DEMO](https://ota-meshi.github.io/svelte-eslint-parser/scope).
125+
- I have already [implemented some rules] in the [`@ota-meshi/eslint-plugin-svelte`]. The source code for these rules will be helpful to you.
120126

121127
## :beers: Contributing
122128

0 commit comments

Comments
 (0)