Skip to content

Commit

Permalink
Switch from eslint-plugin-svelte3 to eslint-plugin-svelte, fixes #185
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Sep 20, 2023
1 parent 9c8091e commit e4fab28
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 116 deletions.
3 changes: 1 addition & 2 deletions frameworks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default [
img: "framework/svelte.svg",
eslint: {
files: ["*.svelte"],
processor: "svelte3/svelte3",
plugins: ["svelte3"],
parser: "svelte-eslint-parser",
},
playgroundURL: "https://svelte.dev/repl",
documentationURL: "https://svelte.dev/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@veljs/svelte": "^0.1.11",
"classnames": "^2.3.2",
"eslint-plugin-svelte": "^2.33.2",
"heroiconsvelte": "^1.0.2"
},
"devDependencies": {
Expand Down Expand Up @@ -48,7 +49,6 @@
"eslint-plugin-qwik": "^1.2.6",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-vue": "^9.17.0",
"esm": "^3.2.25",
"folder-hash": "^4.0.4",
Expand Down
Loading

0 comments on commit e4fab28

Please sign in to comment.