Pull-Request-Community / pull-request-community-website

Pull request community
https://pullrequest.co.il/
MIT License
56 stars 100 forks source link

Remove git add in lint-stage #193

Closed OmriBarZik closed 2 years ago

OmriBarZik commented 2 years ago

WHAT THE PROBLEM

We get a warning from git when we run git commit, this I because we do git add twice in lint-staged

SUGGESTION

We should remove the git add from the lint-stage config in the package.json, here and here

InbarDanieli commented 2 years ago

@MichalPorag I would like to take this 😸