Skip to content

Commit bb1cddb

Browse files
committed
chore: fix package.json
1 parent dc13ae1 commit bb1cddb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
"biome format --no-errors-on-unmatched --write",
5454
"biome lint --no-errors-on-unmatched --write"
5555
],
56-
"packages/*/**/*.md": [
57-
"prettier --ignore-unknown --write"
58-
]
56+
"packages/*/**/*.md": ["prettier --ignore-unknown --write"]
5957
},
6058
"scripts": {
6159
"fix": "pnpm run format && pnpm run lint",

0 commit comments

Comments
 (0)