Skip to content

Commit b2a2bfe

Browse files
committed
update prettier config
1 parent 4b483bf commit b2a2bfe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/svelte-file-tree/.prettierrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"overrides": [
66
{
77
"files": "*.svelte",
8-
"parser": "svelte"
8+
"options": {
9+
"parser": "svelte"
10+
}
911
}
1012
]
1113
}

sites/sveltekit-example/.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"parser": "svelte"
1010
}
1111
}
12-
]
12+
],
13+
"tailwindStylesheet": "./src/app.css"
1314
}

0 commit comments

Comments
 (0)