n/prettier.md: drop the pnpm from pre-commit id

This commit is contained in:
Aminda Suomalainen 2024-06-19 17:46:00 +03:00
parent 9f8fe4d039
commit a37007f219
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -98,11 +98,11 @@ I am not thinking of as a not-coder myself.
```yaml ```yaml
ci: ci:
skip: [pnpm-prettier] skip: [prettier]
repos: repos:
- repo: local - repo: local
hooks: hooks:
- id: pnpm-prettier - id: prettier
name: prettier name: prettier
entry: pnpm exec prettier --cache --ignore-unknown --write entry: pnpm exec prettier --cache --ignore-unknown --write
language: system language: system