Skip to content

Commit

Permalink
Stop VS Prettier extension zapping my commas
Browse files Browse the repository at this point in the history
  • Loading branch information
iainmerrick committed Nov 1, 2023
1 parent 095eb5d commit b4f9308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"hooks": "rm -f .git/hooks/pre-commit && ln -s ../../.githooks/pre-commit .git/hooks/pre-commit",
"format": "pnpm run -r format",
"test": "pnpm run -r test"
},
"prettier": {
"trailingComma": "all"
}
}

0 comments on commit b4f9308

Please sign in to comment.