File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ The [`@ota-meshi/eslint-plugin-svelte`] is an ESLint plugin that uses the [svelt
30
30
31
31
- We can create rules using the information contained in the AST.
32
32
e.g.
33
- - [ @ota-meshi/svelte /no-dupe-else-if-blocks] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-dupe-else-if-blocks.html ) rule
34
- - [ @ota-meshi/svelte /no-at-html-tags] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-html-tags.html ) rule
35
- - [ @ota-meshi/svelte /no-at-debug-tags] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-debug-tags.html ) rule
33
+ - [ @ota-meshi/svelte /no-dupe-else-if-blocks] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-dupe-else-if-blocks/ ) rule
34
+ - [ @ota-meshi/svelte /no-at-html-tags] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-html-tags/ ) rule
35
+ - [ @ota-meshi/svelte /no-at-debug-tags] ( https://ota-meshi.github.io/eslint-plugin-svelte/rules/no-at-debug-tags/ ) rule
36
36
- Rules that use text work well.
37
37
e.g.
38
38
- [ eol-last] ( https://eslint.org/docs/rules/eol-last ) rule
You can’t perform that action at this time.
0 commit comments