浏览代码

Ensured alphabetical order.

Piotrek Koszuliński 10 年之前
父节点
当前提交
5800d904a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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": {