Skip to content

Commit 61e7859

Browse files
authored
fix: add bun lockfiles to .prettierignore (#492)
1 parent d1f4432 commit 61e7859

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/flat-weeks-film.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix: add bun lockfiles to `.prettierignore`

packages/addons/prettier/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default defineAddon({
1818
package-lock.json
1919
pnpm-lock.yaml
2020
yarn.lock
21+
bun.lock
22+
bun.lockb
2123
`;
2224
});
2325

0 commit comments

Comments
 (0)