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
3030
3131- We can create rules using the information contained in the AST.
3232 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
3636- Rules that use text work well.
3737 e.g.
3838 - [ eol-last] ( https://eslint.org/docs/rules/eol-last ) rule
You can’t perform that action at this time.
0 commit comments