Skip to content

Commit

Permalink
n/prettier.md: drop the pnpm from pre-commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Jun 19, 2024
1 parent 9f8fe4d commit a37007f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions n/prettier.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ I am not thinking of as a not-coder myself.

```yaml
ci:
skip: [pnpm-prettier]
skip: [prettier]
repos:
- repo: local
hooks:
- id: pnpm-prettier
- id: prettier
name: prettier
entry: pnpm exec prettier --cache --ignore-unknown --write
language: system
Expand Down

0 comments on commit a37007f

Please sign in to comment.