Skip to content

Commit

Permalink
chore: fix svelte-check pass and implicitly the example vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jun 14, 2024
1 parent ddc50ef commit f03bae7
Show file tree
Hide file tree
Showing 17 changed files with 178 additions and 183 deletions.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export default [
// We need to use {@html} in the demo site for code highlight
'svelte/no-at-html-tags': 'off',
// css is global and incorrectly reported as unused by the linter
'svelte/valid-compile': 'off'
'svelte/valid-compile': 'off',
'@typescript-eslint/ban-ts-comment': 'off'
}
}
];
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.44.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/package": "^2.3.1",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.11",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.30",
"vite": "^5.2.13",
"vite": "^5.3.0",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f03bae7

Please sign in to comment.