Ver código fonte

Reviewed JSHint config.

Piotrek Koszuliński 11 anos atrás
pai
commit
87e1cb9eda
1 arquivos alterados com 9 adições e 2 exclusões
  1. 9 2
      packages/ckeditor5-ui/dev/tasks/jshint-config.json

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