From a37007f219198879624721a27f705bd092ae9fb2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 19 Jun 2024 17:46:00 +0300 Subject: [PATCH] n/prettier.md: drop the pnpm from pre-commit id --- n/prettier.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n/prettier.md b/n/prettier.md index 364279a..df762bd 100644 --- a/n/prettier.md +++ b/n/prettier.md @@ -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