-
Notifications
You must be signed in to change notification settings - Fork 104
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
Implement pre-commit hook for linting typescript_app and chaincode/typescript #329
Implement pre-commit hook for linting typescript_app and chaincode/typescript #329
Conversation
Signed-off-by: kunaljain0212 <[email protected]>
0c6c268
to
7f48ddf
Compare
Hi, @kunaljain0212 thanks for your PR! Could you resolve the conflicts please? Also, I can see that you've added a |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your PR! @udosson please take a look at this as well.
@kunaljain0212 thanks for the PR. LGTM!! |
@kunaljain0212, thanks for resolving the conflicts. Could you squash merge your commit history into one commit, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kunaljain0212 Could you commit the typescript_app/package-lock.json
as well? The package-lock.json
is required for the npm ci
command to run (this is why the lint CI is failing).
Signed-off-by: kunaljain0212 <[email protected]>
6c0421c
to
5e1eb0a
Compare
There were too many conflicts to resolve, I'll open a new PR for this issue. |
This PR implements pre-commit hook using husky, which is being used for linting
typescript_app
andchaincode/typescript
.Closes #324