Skip to content

Commit

Permalink
chore: bump eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo committed Jan 15, 2025
1 parent 679ff83 commit 1631832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-paws-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/addons': patch
---

chore: bump eslint-config-prettier
2 changes: 1 addition & 1 deletion packages/addons/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineAddon({

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

if (prettierInstalled) sv.devDependency('eslint-config-prettier', '^9.1.0');
if (prettierInstalled) sv.devDependency('eslint-config-prettier', '^10.0.1');

sv.file('package.json', (content) => {
const { data, generateCode } = parseJson(content);
Expand Down

0 comments on commit 1631832

Please sign in to comment.