Skip to content

Commit

Permalink
chore: remove @types/eslint package from eslint addon (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel <[email protected]>
Co-authored-by: CokaKoala <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent e725f28 commit 447b541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-bikes-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

chore: remove `@types/eslint` package from `eslint` add-on
1 change: 0 additions & 1 deletion packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default defineAddon({
const prettierInstalled = Boolean(dependencyVersion('prettier'));

sv.devDependency('eslint', '^9.7.0');
sv.devDependency('@types/eslint', '^9.6.0');
sv.devDependency('globals', '^15.0.0');
sv.devDependency('eslint-plugin-svelte', '^2.36.0');

Expand Down

0 comments on commit 447b541

Please sign in to comment.