Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 476 Bytes

✅ vscode-settings

🔥 This is collection of vscode snippets and settings that I use in my projects (mostly for JS)

img

❔ 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