ソースを参照

Enabled ES6 in dev/.

Piotrek Koszuliński 10 年 前
コミット
a5c0c6bfc3
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/ckeditor5-utils/dev/.jshintrc

+ 1 - 0
packages/ckeditor5-utils/dev/.jshintrc

@@ -1,5 +1,6 @@
 {
 	"node": true,
+	"esnext": true,
 
 	"immed": true,
 	"latedef": "nofunc",