tag-release
v5.14.2lint
eslint --fix --ignore-path .gitignore ./
test
jest --coverage
test:verbose
npm run test -- --verbose
test:watch
npm test -- --watchAll
test:verbose:watch
npm run test:loud -- --watch
cover
npm test
cover:watch
npm run test:watch
cover:open
open coverage/lcov-report/index.html
precommit
lint-staged
pretest
npm run lint
prettier-all-the-things
find ./**/*.js | xargs prettier --write --use-tabs