Skip to content

chkhaidzebeka/my-vscode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

βœ… 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

Releases

No releases published

Packages

No packages published