yohei0125 4 лет назад
Родитель
Сommit
e5272d346e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .vscode/settings.json

+ 1 - 1
.vscode/settings.json

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