Skip to content

Commit

Permalink
chore: do not format pnpm lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Sep 29, 2024
1 parent 32ef38f commit 7f7b029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": { "include": ["scripts"] },
"lint": { "include": ["scripts"] },
"fmt": {
"exclude": ["doc/dist", "doc/.astro"],
"exclude": ["doc/dist", "doc/.astro", "pnpm-lock.yaml"],
"include": ["scripts", "doc", "*.md"],
"semiColons": false,
"lineWidth": 100
Expand Down

0 comments on commit 7f7b029

Please sign in to comment.