β vscode-settings π₯ This is collection of vscode snippets and settings that I use in my projects (mostly for JS) β How to add this to your project just copy .vscode folder and place in your project's root directory Setup commitlint $ npm install -g @commitlint/cli @commitlint/config-conventional $ echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js