shaharkazaz / yard-rent

Yard rent website project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client | Add code standards tools

shaharkazaz opened this issue · comments

Add the following tools to maintain a single code style and quality among the project's developers:

  • husky - will run a pre-commit hook
  • lint-staged - will run the linter on all the staged files
  • prettier - will style all the staged files as described in the config.
  • git-cz - create git commits in a single style.