Преглед изворни кода

added js hint config file which I use in my IDE

mightyplow пре 8 година
родитељ
комит
83a06f35a4
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

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