Skip to content

Commit b52f7a1

Browse files
committed
chore: prettier trailingcomma: all
Like in Prettier 3
1 parent 247a052 commit b52f7a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ dist
66
node_modules
77
coverage
88
**/*.mdx
9-
discussion
9+
discussion
10+
pnpm-lock.yaml

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"semi": true,
33
"singleQuote": true,
4-
"trailingComma": "none",
4+
"trailingComma": "all",
55
"printWidth": 90
66
}

0 commit comments

Comments
 (0)