Просмотр исходного кода

add the .vscode/settings.json as the vscode team recommends

Of course only put inside project related stuff not editor
related stuff.
Gregg Tavares 8 лет назад
Родитель
Сommit
7f56bdb22a
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      .vscode/settings.json

+ 6 - 0
.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+  "eslint.validate": [
+        "javascript",
+        "html"
+  ]
+}

粤ICP备19079148号