Преглед на файлове

fix with markdownlint when saving

Yuki Takei преди 6 години
родител
ревизия
871c24fa85
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

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