lakshyakumar / enthalpy

React UI kit for complete portfolios
4 stars 3 forks source link

[Features] Test and Fix husky for the repository #1

Open lakshyakumar opened 3 years ago

lakshyakumar commented 3 years ago

Describe the bug Try to run and test husky on comiting and pushing the code to the github. fix it if required

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo, select the develop branch
  2. try to introduce eslint error in the code
  3. try to commit the code on the local git
  4. Report and fix if it is allowing to push the code with linting error to the repo.

Expected behavior The code with eslint error should not be commited or pushed to the github repo.