Closed OmriBarZik closed 2 years ago
We get a warning from git when we run git commit, this I because we do git add twice in lint-staged
git add
We should remove the git add from the lint-stage config in the package.json, here and here
@MichalPorag I would like to take this 😸
WHAT THE PROBLEM
We get a warning from git when we run git commit, this I because we do
git add
twice in lint-stagedSUGGESTION
We should remove the
git add
from the lint-stage config in the package.json, here and here