Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 1.65 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.65 KB

Kathari

Build Status Dependencies Dev Dependencies JavaScript Style Guide Styled with Prettier Conventional Commits Commitizen Friendly

Scripts

  • kathari prettify - Apply prettier to the entire project.
  • kathari lint:sol - Lint the entire project's .sol files.
  • kathari lint:scss - Lint the entire project's .scss files.
  • kathari lint:styled - Lint the entire project's .js files with styled components.
  • kathari lint:js [--no-root] - Lint the entire project's .js files. Pass in --no-root if there are no .js files in the project root.
  • kathari commitmsg - Lint commit messages on a githook.
  • kathari precommit - Lint and run tests on a githook.
  • kathari cz - Run commitizen.