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