Skip to content

Commit

Permalink
revert: exclude eslint-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo committed Feb 26, 2025
1 parent 4d51528 commit 75bcd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineAddon({
sv.devDependency('eslint', '^9.18.0');
sv.devDependency('@eslint/compat', '^1.2.5');
sv.devDependency('globals', '^16.0.0');
sv.devDependency('eslint-plugin-svelte', '^3.0.0');
sv.devDependency('eslint-plugin-svelte', '^2.46.1');
sv.devDependency('@eslint/js', '^9.18.0');

if (typescript) sv.devDependency('typescript-eslint', '^8.20.0');
Expand Down

0 comments on commit 75bcd09

Please sign in to comment.