python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Husky pre-commit doesn't fire in create-react app
I installed husky to automatically format my code as CRA docs say. When I try to commit files, pre-commit actions just don't fire and non-formatted files are committed. What can I do with that?
I didn...

Vladislav Maksimov
Votes: 0
Answers: 1
husky pre commit error the --no-stash option has been renamed to --no-reset
I am having an issue when making a commit and using Husky in my project.
This is the error I get when I make a commit such as git commit -m "feat: test commit"
me@my-laptop whatever % git co...

reymon359
Votes: 0
Answers: 2