Can not use husky hooks
See original GitHub issueVersion
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:
- Created 5 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@yyx990803 I agree with the comment above. P.s. Husky is supporting a project in a subdirectory, but Yorkie doesn’t.
can there be an update to move Vue-CLI to support Husky? i noticed Yorkie has not been updated since late 2018