Skip to content

Commit

Permalink
eslint-plugin-svelte3 -> eslint-plugin-svelte (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prinzhorn authored May 23, 2024
1 parent 8989f93 commit aca2304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For [Vue.js](https://vuejs.org/) `.vue` files it would be:
}
```

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:
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:

```json
"linters": {
Expand Down
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
PLUGINS = {
'eslint-plugin-html': 'text.html',
'eslint-plugin-json': 'source.json',
'eslint-plugin-svelte': 'text.html',
'eslint-plugin-svelte3': 'text.html',
'eslint-plugin-vue': 'text.html.vue',
'@angular-eslint/eslint-plugin': 'text.html',
Expand Down

0 comments on commit aca2304

Please sign in to comment.