Explorar el Código

fix with markdownlint when saving

Yuki Takei hace 6 años
padre
commit
871c24fa85
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -23,6 +23,7 @@
     "editor.formatOnSave": false
     "editor.formatOnSave": false
   },
   },
   "editor.codeActionsOnSave": {
   "editor.codeActionsOnSave": {
-    "source.fixAll.eslint": true
+    "source.fixAll.eslint": true,
+    "source.fixAll.markdownlint": true
   }
   }
 }
 }