Browse Source

Ensured alphabetical order.

Piotrek Koszuliński 10 years ago
parent
commit
5800d904a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-utils/tests/.jshintrc

+ 2 - 2
packages/ckeditor5-utils/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": {