Skip to content

Commit

Permalink
Don't lint while rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Oct 12, 2022
1 parent b35d7ea commit 20db690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 20db690

Please sign in to comment.