Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit b236092

Browse files
committed
fix prettier config
1 parent 7eb26ee commit b236092

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.prettierrc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import { type Config } from "prettier"
2-
3-
const config: Config = {
4-
trailingComma: "none",
5-
useTabs: false,
6-
tabWidth: 2,
7-
semi: false,
8-
plugins: ["prettier-plugin-astro"]
1+
{
2+
"trailingComma": "none",
3+
"useTabs": false,
4+
"tabWidth": 2,
5+
"semi": false,
6+
"plugins": ["prettier-plugin-astro"]
97
}
10-
11-
export default config

0 commit comments

Comments
 (0)