Browse Source

Reviewed JSHint config.

Piotrek Koszuliński 11 năm trước cách đây
mục cha
commit
2edfe189d1
1 tập tin đã thay đổi với 9 bổ sung2 xóa
  1. 9 2
      packages/ckeditor5-utils/dev/tasks/jshint-config.json

+ 9 - 2
packages/ckeditor5-utils/dev/tasks/jshint-config.json

@@ -1,4 +1,11 @@
 {
-	"globalstrict": true,
-	"validthis": true
+	"immed": true,
+	"latedef": "nofunc",
+	"noarg": true,
+	"nonbsp": true,
+	"undef": true,
+	"unused": true,
+	"strict": true,
+
+	"globalstrict": true
 }