A Mind United
Development notes, docs, and scribbles.
cat > husky.config.js <<EOL module.exports = { "hooks": { "pre-commit": "lint-staged" } } EOL