Jelajahi Sumber

Ensured alphabetical order.

Piotrek Koszuliński 10 tahun lalu
induk
melakukan
c5d3f0e4c9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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": {