8
0
Piotrek Koszuliński 10 лет назад
Родитель
Сommit
c5d3f0e4c9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-ui/tests/.jshintrc

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

@@ -2,15 +2,15 @@
 	"browser": true,
 	"esnext": true,
 
+	"expr": true,
 	"immed": true,
 	"latedef": "nofunc",
 	"loopfunc": true,
 	"noarg": true,
 	"nonbsp": true,
+	"strict": "global",
 	"undef": true,
 	"unused": true,
-	"strict": "global",
-	"expr": true,
 	"varstmt": true,
 
 	"globals": {