Explorar el Código

Enabled browser env in root and tests.

Piotrek Koszuliński hace 10 años
padre
commit
f2634a187e
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 0
      packages/ckeditor5-ui/.jshintrc
  2. 2 1
      packages/ckeditor5-ui/tests/.jshintrc

+ 1 - 0
packages/ckeditor5-ui/.jshintrc

@@ -1,4 +1,5 @@
 {
+	"browser": true,
 	"esnext": true,
 
 	"immed": true,

+ 2 - 1
packages/ckeditor5-ui/tests/.jshintrc

@@ -1,6 +1,6 @@
 {
+	"browser": true,
 	"esnext": true,
-	"expr": true,
 
 	"immed": true,
 	"latedef": "nofunc",
@@ -9,6 +9,7 @@
 	"undef": true,
 	"unused": true,
 	"strict": true,
+	"expr": true,
 
 	"globalstrict": true,