Browse Source

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 years ago
parent
commit
7f56bdb22a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .vscode/settings.json

+ 6 - 0
.vscode/settings.json

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