[x] Make sure build for production is working. Try running command for prod build in local.
[x] Fix prettier: npx prettier --write .
[x] Fix eslint: npx eslint src\ --fix command
[x] Push package.lock only if you used npm, push yarn.lock only if you used yarn. NPM will udpate both lock file so make sure you dont push yarn.lock updated by NPM
Commit Checklist
npx prettier --write .
npx eslint src\ --fix
commandGeneral