Parcourir la source

added js hint config file which I use in my IDE

mightyplow il y a 8 ans
Parent
commit
83a06f35a4
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

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