Skip to content

Instantly share code, notes, and snippets.

@kalkuz
Created January 2, 2023 06:02
Show Gist options
  • Save kalkuz/f74b907236b7161ea9d9912e792e0f6c to your computer and use it in GitHub Desktop.
Save kalkuz/f74b907236b7161ea9d9912e792e0f6c to your computer and use it in GitHub Desktop.
My VSCode settings
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"css.remoteStyleSheets": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment