A Mind United

Development notes, docs, and scribbles.

cat > husky.config.js <<EOL
module.exports = {
  "hooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  }
}
EOL