Skip to content

Commit d4df75b

Browse files
authored
Update README.md
1 parent 3f5fd39 commit d4df75b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,16 @@ The [`@ota-meshi/eslint-plugin-svelte`] is an ESLint plugin that uses The [svelt
3030

3131
### Benefits of Using AST
3232

33-
- We can create rules using the information contained in the AST. e.g. [@ota-meshi/svelte/no-dupe-else-if-blocks](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-dupe-else-if-blocks.html), [@ota-meshi/svelte/no-at-html-tags](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-html-tags.html), and [@ota-meshi/svelte/no-at-debug-tags](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-debug-tags.html) rules.
34-
- Rules that use text work well. e.g. [eol-last](https://eslint.org/docs/rules/eol-last), [unicode-bom](https://eslint.org/docs/rules/unicode-bom) rules, and [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier).
33+
- We can create rules using the information contained in the AST.
34+
e.g.
35+
- [@ota-meshi/svelte/no-dupe-else-if-blocks](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-dupe-else-if-blocks.html) rule
36+
- [@ota-meshi/svelte/no-at-html-tags](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-html-tags.html) rule
37+
- [@ota-meshi/svelte/no-at-debug-tags](https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-debug-tags.html) rule
38+
- Rules that use text work well.
39+
e.g.
40+
- [eol-last](https://eslint.org/docs/rules/eol-last) rule
41+
- [unicode-bom](https://eslint.org/docs/rules/unicode-bom) rule
42+
- [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
3543

3644
## ❗ Attention
3745

0 commit comments

Comments
 (0)