瀏覽代碼

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

Piotrek Koszuliński 10 年之前
父節點
當前提交
deb2e52d8c
共有 1 個文件被更改,包括 5 次插入1 次删除
  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
+	}
 }