David 9 anni fa
parent
commit
0156aa0291
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      .jshintrc

+ 8 - 0
.jshintrc

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