David před 9 roky
rodič
revize
0156aa0291
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      .jshintrc

+ 8 - 0
.jshintrc

@@ -0,0 +1,8 @@
+{
+	"eqeqeq": true,
+	"freeze": true,
+	"latedef": "nofunc",
+	"strict": "implied",
+	"undef": true,
+	"unused": true
+}