Skip to content

Commit

Permalink
fix: add missing eslint import in generated package.json (#375)
Browse files Browse the repository at this point in the history
* fix: eslint import in generated package.json

* Update .changeset/lemon-cycles-mix.md

* Update .changeset/lemon-cycles-mix.md

* Update .changeset/lemon-cycles-mix.md

---------

Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Manuel <[email protected]>
  • Loading branch information
3 people authored Dec 27, 2024
1 parent 5eef3e8 commit dbd238b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-cycles-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sv': patch
---

fix: properly add `eslint` dependency
1 change: 1 addition & 0 deletions packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineAddon({
sv.devDependency('@eslint/compat', '^1.2.3');
sv.devDependency('globals', '^15.0.0');
sv.devDependency('eslint-plugin-svelte', '^2.36.0');
sv.devDependency('@eslint/js', '^9.17.0');

if (typescript) sv.devDependency('typescript-eslint', '^8.0.0');

Expand Down

0 comments on commit dbd238b

Please sign in to comment.