8
0
Prechádzať zdrojové kódy

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

Piotrek Koszuliński 10 rokov pred
rodič
commit
deb2e52d8c
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  1. 5 1
      packages/ckeditor5-utils/.jshintrc

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

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