Browse Source

Reviewed JSHint config.

Piotrek Koszuliński 11 years ago
parent
commit
8e16e7e663
1 changed files with 9 additions and 2 deletions
  1. 9 2
      packages/ckeditor5-engine/dev/tasks/jshint-config.json

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