Explorar el Código

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

Piotrek Koszuliński hace 10 años
padre
commit
deb2e52d8c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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
+	}
 }