Don't lint while rebasing (#2711)
This commit is contained in:
parent
1695605ab5
commit
81426ed9bf
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue