Browse Source

added js hint config file which I use in my IDE

mightyplow 8 năm trước cách đây
mục cha
commit
83a06f35a4
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

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