Skip to content

Commit aca2304

Browse files
authored
eslint-plugin-svelte3 -> eslint-plugin-svelte (#334)
1 parent 8989f93 commit aca2304

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For [Vue.js](https://vuejs.org/) `.vue` files it would be:
6969
}
7070
```
7171

72-
For [Svelte](https://svelte.dev/) `.svelte` files, using [`eslint-plugin-svelte3`](https://github.com/sveltejs/eslint-plugin-svelte3) and [Svelte](https://packagecontrol.io/packages/Svelte) syntax highlighting, it would be:
72+
For [Svelte](https://svelte.dev/) `.svelte` files, using [`eslint-plugin-svelte`](https://github.com/sveltejs/eslint-plugin-svelte) and [Svelte](https://packagecontrol.io/packages/Svelte) syntax highlighting, it would be:
7373

7474
```json
7575
"linters": {

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
PLUGINS = {
4141
'eslint-plugin-html': 'text.html',
4242
'eslint-plugin-json': 'source.json',
43+
'eslint-plugin-svelte': 'text.html',
4344
'eslint-plugin-svelte3': 'text.html',
4445
'eslint-plugin-vue': 'text.html.vue',
4546
'@angular-eslint/eslint-plugin': 'text.html',

0 commit comments

Comments
 (0)