question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not use husky hooks

See original GitHub issue

Version

3.0.0-beta.6

Steps to reproduce

vue create project cd project yarn add husky

Test hooks


It could be nice to document that @vue/cli-service is using yorkie for some lint, and a guide to add custom hooks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

15reactions
AndreiSorokacommented, Oct 18, 2019

@yyx990803 I agree with the comment above. P.s. Husky is supporting a project in a subdirectory, but Yorkie doesn’t.

13reactions
tinskanixcommented, Sep 16, 2019

can there be an update to move Vue-CLI to support Husky? i noticed Yorkie has not been updated since late 2018

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hooks not working · Issue #326 · typicode/husky - GitHub
I have set up husky commit hooks to run on commit and push, it works for me and another dev, but for one...
Read more >
Husky - Git hooks
Modern native git hooks made easy. Husky improves your commits and more woof! You can use it to lint your commit messages, run...
Read more >
husky pre-commit hook not triggering - git - Stack Overflow
I would like for husky to run eslint and prettier at the point at which git commit is about to be done so...
Read more >
How to Add Commit Hooks to Git with Husky to Automate ...
We can use a tool called lint-staged, which allows us to still run our Git hooks with Husky, but it will only run...
Read more >
Getting Started with Git Hooks and Husky | Tower Blog
In this fun tutorial, let's see how Git hooks work by creating 5 different hooks with Husky, a popular JavaScript package.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found