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

Fixes #2952 - Fixes husky pre-commit deprecation #3102

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Fixes #2952 - Fixes husky pre-commit deprecation #3102

merged 1 commit into from
Dec 4, 2019

Conversation

magbello157
Copy link

@magbello157 magbello157 commented Nov 30, 2019

This PR fixes issue #2952

Proposed PR background

Removes the "precommit" key from "scripts" in package.json since that is deprecated and moved to husky.hooks. This eliminates the warning message seen when one makes a commit.

@karlcow karlcow requested a review from miketaylr November 30, 2019 13:28
@miketaylr
Copy link
Member

Thanks @meetmuhd!

(Just got back from time off, sorry for the delay)

@miketaylr miketaylr changed the title Issue #2952 - Fixes husky pre-commit deprecation Fixes #2952 - Fixes husky pre-commit deprecation Dec 4, 2019
@miketaylr
Copy link
Member

@meetmuhd one small nit, when opening a PR please give a title of the following format:

Fixes #nnnn - summary here. That way when we merge, it will close the issue.

@magbello157
Copy link
Author

@meetmuhd one small nit, when opening a PR please give a title of the following format:

Fixes #nnnn - summary here. That way when we merge, it will close the issue.

Oh my bad! I think I mistakenly put what was meant to be the title into a comment instead. My apologies please. And thank you so much for the merge and feedback! @miketaylr

@magbello157 magbello157 deleted the 2952/1 branch December 4, 2019 21:12
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.

2 participants