0.13.0 • Published 2 years ago

@spec-validator/qa v0.13.0

Weekly downloads
152
License
Apache-2.0
Repository
github
Last release
2 years ago

@spec-validator/qa

A set of command-line tools to work on quality assurance.

  • yarn lint = run eslint checks and tsc in --noEmit mode to validate code syntactically
  • yarn fmt = attempt to auto-resolve syntax issues highlighted by lint
  • yarn test = run jest based unit tests with code coverage with 90% min percentage