David 9 years atrás
parent
commit
0156aa0291
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .jshintrc

+ 8 - 0
.jshintrc

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