From 1137e34acbf984ddf09420a0d643e710e0947a62 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 7 Nov 2023 12:03:25 +0100 Subject: [PATCH] docs: fixed ts errors --- lefthook.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 065a491..a69f5ae 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -1,13 +1,9 @@ pre-commit: parallel: true commands: - lint: - files: git diff --name-only @{push} - glob: "*.{js,ts,jsx,tsx}" - run: npx eslint {files} types: files: git diff --name-only @{push} - glob: "*.{js,ts, jsx, tsx}" + glob: '*.{js,ts, jsx, tsx}' run: npx tsc --noEmit commit-msg: parallel: true