Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
Adding eslint and prettier will make sure everyone follows the standard of the code. Both should run as part of lint-staged using husky.
Expected Behavior
When ever someone commits the changed, the husky should run the commands provided pre-commit. The pre-commit commands should be eslint and prettier fixes. These commands should run in all the application inside packages.
Current Behavior
No eslint or prettier.
Notes
- Reference repository here.
_- Brand should be made from monorepo_stepup and PR should also be raised on the same branch._
Confirmation Checklist
[x] I have searched for similar issues before creating this one.
[x] I have provided all the necessary information to understand and reproduce the issue.
Description
Adding eslint and prettier will make sure everyone follows the standard of the code. Both should run as part of
lint-staged
usinghusky
.Expected Behavior
When ever someone commits the changed, the
husky
should run the commands provided pre-commit. The pre-commit commands should be eslint and prettier fixes. These commands should run in all the application insidepackages
.Current Behavior
No eslint or prettier.
Notes
- Reference repository here. _- Brand should be made from
monorepo_stepup
and PR should also be raised on the same branch._Confirmation Checklist