Tested with RITEway. Documented with JSDoc.
Prefix these commands with yarn
(e.g. yarn watch
for the watch script).
"format"
- fixes the code base according to the ESLint rules."lint"
- runs linting on the code base."test"
- runs the unit tests."validate"
- lints, runs unit tests. Used for Husky commit validation and Travis CI PR validation."watch"
- runs"test"
and"format"
anytime a file withinsrc/
changes.