@spec-validator/qa
v0.13.0
Published
A set of command-line tools to work on quality assurance.
Downloads
2
Readme
@spec-validator/qa
A set of command-line tools to work on quality assurance.
yarn lint
= runeslint
checks andtsc
in--noEmit
mode to validate code syntacticallyyarn fmt
= attempt to auto-resolve syntax issues highlighted bylint
yarn test
= run jest based unit tests with code coverage with 90% min percentage