Explorar el Código

added js hint config file which I use in my IDE

mightyplow hace 8 años
padre
commit
83a06f35a4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

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