From eb8db9a5e466e927e40059ab784ac3d1cc44de19 Mon Sep 17 00:00:00 2001 From: Omar Jaroudi <30807936+OmarJaroudi@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:31:42 +0000 Subject: [PATCH] fix(cspell): pass userconfig inline --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7491306..3fde2e5 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -103,6 +103,7 @@ entry: cspell-cli language: node types: [text] + additional_dependencies: [--userconfig="./npmrc"] args: - --no-must-find-files - --no-progress