David 9 年 前
コミット
0156aa0291
1 ファイル変更8 行追加0 行削除
  1. 8 0
      .jshintrc

+ 8 - 0
.jshintrc

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