You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[implemented some rules]: https://ota-meshi.github.io/eslint-plugin-svelte/rules/
30
+
26
31
## ❗ Attention
27
32
28
33
The [svelte-eslint-parser] can not be used with the [eslint-plugin-svelte3].
@@ -117,6 +122,7 @@ Example **.vscode/settings.json**:
117
122
118
123
-[AST.md](./docs/AST.md) is AST specification. You can check it on the [Online DEMO](https://ota-meshi.github.io/svelte-eslint-parser/).
119
124
- 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.
0 commit comments