Skip to content

Commit c55c21a

Browse files
committed
fix: update static/ to /static/ in .prettierignore
1 parent 4a77117 commit c55c21a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/social-areas-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix: update `static/` to `/static/` in `.prettierignore`

packages/addons/prettier/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineAddon({
2222
bun.lockb
2323
2424
# Miscellaneous
25-
static/
25+
/static/
2626
`;
2727
});
2828

0 commit comments

Comments
 (0)