Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: husky.config.js not .huskyrc.config.js #669

Merged
merged 2 commits into from Feb 12, 2020

Conversation

christophehurpeau
Copy link
Contributor

in readme it says:

Starting with 1.0.0, husky can be configured using .huskyrc, .huskyrc.json, .huskyrc.js or husky.config.js file.

in [readme](https://github.com/typicode/husky/blob/master/README.md#upgrading-from-014) it says:

> Starting with 1.0.0, husky can be configured using .huskyrc, .huskyrc.json, .huskyrc.js or husky.config.js file.
@christophehurpeau
Copy link
Contributor Author

christophehurpeau commented Feb 12, 2020

@typicode
Copy link
Owner

Thanks!

@typicode typicode merged commit d9d8de3 into typicode:master Feb 12, 2020
@christophehurpeau christophehurpeau deleted the patch-2 branch February 13, 2020 09:43
@@ -58,7 +58,7 @@ debug "Current working directory is $(pwd)"
# Don't skip if .huskyrc.js or .huskyrc.config.js are used as the heuristic could
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.huskyrc.config.js -> husky.config.js

@@ -87,7 +87,7 @@ debug \\"Current working directory is $(pwd)\\"
# Don't skip if .huskyrc.js or .huskyrc.config.js are used as the heuristic could
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.huskyrc.config.js -> husky.config.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants