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 26b3c40
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 @@ -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 26b3c40

Please sign in to comment.