Skip to content

Commit

Permalink
Merge pull request #1282 from posit-dev/dotnomad/prettier-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad authored Apr 3, 2024
2 parents 09a6045 + efe07a7 commit c04999a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "publishing-client",
"private": true,
"type": "module",
"scripts": {
"format": "prettier . --write",
"check-format": "prettier . --check",
Expand Down
4 changes: 4 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import("prettier").Config} */
const config = {};

export default config;

0 comments on commit c04999a

Please sign in to comment.