Ver código fonte

added js hint config file which I use in my IDE

mightyplow 8 anos atrás
pai
commit
83a06f35a4
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

@@ -0,0 +1,5 @@
+{
+  "esversion": 6,
+  "asi": true,
+  "node": true
+}