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