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
+}