8
0
Pārlūkot izejas kodu

Reviewed JSHint config.

Piotrek Koszuliński 11 gadi atpakaļ
vecāks
revīzija
8e16e7e663

+ 9 - 2
packages/ckeditor5-engine/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
 }