Browse Source

Added VSC lint on save (#519)

pull/520/head
Thibault 2 years ago
committed by GitHub
parent
commit
e8fd536f1c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .vscode/settings.json

14
.vscode/settings.json

@ -1,5 +1,9 @@
{
"search.exclude": {
"src/**": true
}
}
{
"search.exclude": {
"src/**": true
},
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
},
"editor.formatOnSave": false
}

Loading…
Cancel
Save