8
0
Эх сурвалжийг харах

In most repositories (all except the main one in fact) the CKEDITOR is a global.

Piotrek Koszuliński 10 жил өмнө
parent
commit
8ecf87ebc4

+ 5 - 1
packages/ckeditor5-engine/.jshintrc

@@ -10,5 +10,9 @@
 	"unused": true,
 	"strict": true,
 
-	"globalstrict": true
+	"globalstrict": true,
+
+	"globals": {
+		"CKEDITOR": false
+	}
 }