We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set up a github hook to run tests namely npm run lint & npm run format:check
npm run lint
npm run format:check
if they do fail stop the commit
use Husky for this to set it up do the manual installation Husky Docs
The text was updated successfully, but these errors were encountered:
I would like to work on this issue . Please assign it to me
Sorry, something went wrong.
Sure @Pratik2026 let me know if you need anything!!
@varun7singh Do I have to pass the package.json file as well?
Yeah
Pratik2026
Successfully merging a pull request may close this issue.
Here's an easy one
Set up a github hook to run tests namely
npm run lint
&npm run format:check
if they do fail stop the commit
use Husky for this to set it up do the manual installation
Husky Docs
The text was updated successfully, but these errors were encountered: