VSCode - ESLint, Prettier & Airbnb Setup 1. Install ESLint & Prettier extensions for VSCode Optional - Set format on save and any global prettier options 2. Install Packages npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
Semantic Commit Messages See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Example