From 81426ed9bf0e16ad930f68ef78ba556a01817338 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:34:04 +0200 Subject: [PATCH] Don't lint while rebasing (#2711) --- lefthook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lefthook.yml b/lefthook.yml index a5332a08..7f6f4e3d 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -9,6 +9,8 @@ pre-commit: # matching the glob is being committed glob: "*.{js,vue}" run: yarn run eslint --no-color {staged_files} + skip: + - rebase