浏览代码

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

Of course only put inside project related stuff not editor
related stuff.
Gregg Tavares 7 年之前
父节点
当前提交
7f56bdb22a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .vscode/settings.json

+ 6 - 0
.vscode/settings.json

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