Skip to content

Commit

Permalink
Merge pull request #301 from andrewwhitehead/fix/ignore-lock
Browse files Browse the repository at this point in the history
Do not apply prettier to pnpm lockfile
  • Loading branch information
swcurran committed Jan 12, 2024
2 parents 6d843c9 + 8885330 commit 155404d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wrappers/javascript/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion wrappers/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"check-format": "pnpm prettier --list-different",
"build": "pnpm -r build",
"clean": "pnpm -r clean",
"prettier": "prettier --ignore-path .gitignore '**/*.+(js|json|ts|md|yml|yaml)'",
"prettier": "prettier '**/*.+(js|json|ts|md|yml|yaml)'",
"format": "pnpm prettier --write",
"validate": "pnpm lint && pnpm check-types && pnpm check-format",
"shared": "pnpm --cwd anoncreds-shared",
Expand Down

0 comments on commit 155404d

Please sign in to comment.